Class ScenesEventListener

  • All Implemented Interfaces:
    EventListener

    public abstract class ScenesEventListener
    extends Object
    implements EventListener
    The EventListener for the events that are part of the Scenes category.
    • Constructor Detail

      • ScenesEventListener

        public ScenesEventListener()
    • Method Detail

      • switchScenes

        public void switchScenes​(SwitchScenes switchScenes)
        Implement this method to process SwitchScenes events.
        Parameters:
        switchScenes - The received event.
      • scenesChanged

        public void scenesChanged​(ScenesChanged scenesChanged)
        Implement this method to process ScenesChanged events.
        Parameters:
        scenesChanged - The received event.
      • sceneCollectionChanged

        public void sceneCollectionChanged​(SceneCollectionChanged sceneCollectionChanged)
        Implement this method to process SceneCollectionChanged events.
        Parameters:
        sceneCollectionChanged - The received event.
      • sceneCollectionListChanged

        public void sceneCollectionListChanged​(SceneCollectionListChanged sceneCollectionListChanged)
        Implement this method to process SceneCollectionListChanged events.
        Parameters:
        sceneCollectionListChanged - The received event.