Class RedoEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<RedoEventHandler>
-
- org.drools.workbench.screens.scenariosimulation.client.events.RedoEvent
-
public class RedoEvent extends com.google.gwt.event.shared.GwtEvent<RedoEventHandler>
GwtEventto redo last command
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static com.google.gwt.event.shared.GwtEvent.Type<RedoEventHandler>TYPE
-
Constructor Summary
Constructors Constructor Description RedoEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voiddispatch(RedoEventHandler handler)com.google.gwt.event.shared.GwtEvent.Type<RedoEventHandler>getAssociatedType()-
Methods inherited from class com.google.gwt.event.shared.GwtEvent
assertLive, getSource, isLive, kill, revive
-
-
-
-
Field Detail
-
TYPE
public static final com.google.gwt.event.shared.GwtEvent.Type<RedoEventHandler> TYPE
-
-
Method Detail
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<RedoEventHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<RedoEventHandler>
-
dispatch
protected void dispatch(RedoEventHandler handler)
- Specified by:
dispatchin classcom.google.gwt.event.shared.GwtEvent<RedoEventHandler>
-
-