Package com.oorian.html.js.fullscreen
Class FullscreenErrorEvent
java.lang.Object
com.oorian.messaging.events.Event<FullscreenListener>
com.oorian.messaging.events.client.ClientEvent<FullscreenListener>
com.oorian.html.js.fullscreen.FullscreenErrorEvent
Event fired when a fullscreen request fails.
- Author:
- Marvin P. Warble Jr.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispatchTo(FullscreenListener listener) Dispatches this event to the specified listener.Returns the error message.toString()Methods inherited from class com.oorian.messaging.events.client.ClientEvent
getSource, getTarget, setSource, setTarget
-
Constructor Details
-
FullscreenErrorEvent
Constructs a FullscreenErrorEvent.- Parameters:
message- The error message.
-
-
Method Details
-
getMessage
Returns the error message.- Returns:
- The error message.
-
dispatchTo
Description copied from class:EventDispatches this event to the specified listener.Subclasses implement this method to call the appropriate handler method on the listener interface.
- Specified by:
dispatchToin classEvent<FullscreenListener>- Parameters:
listener- the listener to dispatch this event to
-
toString
-