BlSpace

I am the logical representation of a window in Bloc regardless of the current Host in use. Here are some of the important objects I use and talk to: - BlCursor - BlTime - Various {{gtClass:BlBaseEventProcessor}} subclasses broker different{{gtClass:BlEvent}}types - {{gtClass:BlSpaceFrame}} ## Gracefully closing the image when a space is closed A common use case is to quit the application when some particular space is closed. To do this, we provide {{gtClass:BlSpaceShutdownOnCloseListener}} which can be added to any space as an event handler. It listens for a {{gtClass:BlSpaceClosedEvent}}, which is sent after a space is closed. See the listener class for configuration options.