Class FullscreenErrorEvent


public class FullscreenErrorEvent extends ClientEvent<FullscreenListener>
Event fired when a fullscreen request fails.
Author:
Marvin P. Warble Jr.
See Also:
  • Constructor Details

    • FullscreenErrorEvent

      public FullscreenErrorEvent(String message)
      Constructs a FullscreenErrorEvent.
      Parameters:
      message - The error message.
  • Method Details

    • getMessage

      public String getMessage()
      Returns the error message.
      Returns:
      The error message.
    • dispatchTo

      public void dispatchTo(FullscreenListener listener)
      Description copied from class: Event
      Dispatches this event to the specified listener.

      Subclasses implement this method to call the appropriate handler method on the listener interface.

      Specified by:
      dispatchTo in class Event<FullscreenListener>
      Parameters:
      listener - the listener to dispatch this event to
    • toString

      public String toString()
      Overrides:
      toString in class Object