Interface ScreenChangedListener

All Superinterfaces:
EventListener

public interface ScreenChangedListener extends EventListener
Listener interface for receiving screen changed events. The class that is interested in processing a screen changed event implements this interface, and the object created with that class is registered with a component using the component's addScreenChangedListener method. When the screen changed event occurs, that object's changed method is invoked.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked when the screen has changed.
  • Method Details

    • changed

      void changed(ScreenChangedEvent event)
      Invoked when the screen has changed.
      Parameters:
      event - the event that contains information about the screen change