Interface PresentationSpaceListener


  • public interface PresentationSpaceListener
    Implementations can register with a PresentationSpace instance to receive presentation space related events.
    See Also:
    PresentationSpace
    • Method Detail

      • error

        void error​(PresentationSpaceErrorEvent event)
        Fired when a presentation space related error occurs.
        Parameters:
        event - contains data about the error.
      • cursorChanged

        void cursorChanged​(CursorChangedEvent event)
        Event fired when a cursor change occurs in the presentation space
        Parameters:
        event - contains data about the cursor change
      • metricsChanged

        void metricsChanged​(MetricsChangedEvent event)
        Event fired when the host screen size changes
        Parameters:
        event - contains data about the host screen size
      • contentChanged

        void contentChanged​(ContentChangedEvent event)
        Event fired when a change occurs in the presentation space data
        Parameters:
        event - contains data about the screen change