Class OpenEvent<T>
java.lang.Object
com.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<OpenHandler<T>>
com.google.gwt.event.logical.shared.OpenEvent<T>
- Type Parameters:
T
- the type being opened
Represents a open event.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
GwtEvent.Type<H>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
dispatch
(OpenHandler<T> handler) Should only be called byHandlerManager
.static <T> void
fire
(HasOpenHandlers<T> source, T target) Fires a open event on all registered handlers in the handler manager.If no such handlers exist, this method will do nothing.final GwtEvent.Type<OpenHandler<T>>
Returns theEvent.Type
used to register this event, allowing anEventBus
to find handlers of the appropriate class.Gets the target.static GwtEvent.Type<OpenHandler<?>>
getType()
Gets the type associated with this event.Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
Methods inherited from class com.google.web.bindery.event.shared.Event
setSource, toDebugString, toString
-
Constructor Details
-
OpenEvent
Creates a new open event.- Parameters:
target
- the ui object being opened
-
-
Method Details
-
getType
Gets the type associated with this event.- Returns:
- returns the handler type
-
getAssociatedType
Description copied from class:Event
Returns theEvent.Type
used to register this event, allowing anEventBus
to find handlers of the appropriate class.- Specified by:
getAssociatedType
in classGwtEvent<OpenHandler<T>>
- Returns:
- the type
-
getTarget
Gets the target.- Returns:
- the target