public class RecordingEvent extends com.google.gwt.event.shared.GwtEvent<RecordingEvent.RecordingHandler>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RecordingEvent.HasRecordingHandlers |
static interface |
RecordingEvent.RecordingHandler |
| Modifier | Constructor and Description |
|---|---|
protected |
RecordingEvent() |
|
RecordingEvent(Action action,
MacroOptions options) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
dispatch(RecordingEvent.RecordingHandler handler) |
boolean |
equals(Object obj) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
Action action,
MacroOptions options) |
static void |
fire(com.google.gwt.event.shared.HasHandlers source,
RecordingEvent eventInstance) |
Action |
getAction() |
com.google.gwt.event.shared.GwtEvent.Type<RecordingEvent.RecordingHandler> |
getAssociatedType() |
MacroOptions |
getOptions() |
static com.google.gwt.event.shared.GwtEvent.Type<RecordingEvent.RecordingHandler> |
getType() |
int |
hashCode() |
String |
toString() |
protected RecordingEvent()
public RecordingEvent(Action action, MacroOptions options)
public static void fire(com.google.gwt.event.shared.HasHandlers source,
Action action,
MacroOptions options)
public static void fire(com.google.gwt.event.shared.HasHandlers source,
RecordingEvent eventInstance)
public static com.google.gwt.event.shared.GwtEvent.Type<RecordingEvent.RecordingHandler> getType()
public com.google.gwt.event.shared.GwtEvent.Type<RecordingEvent.RecordingHandler> getAssociatedType()
getAssociatedType in class com.google.gwt.event.shared.GwtEvent<RecordingEvent.RecordingHandler>protected void dispatch(RecordingEvent.RecordingHandler handler)
dispatch in class com.google.gwt.event.shared.GwtEvent<RecordingEvent.RecordingHandler>public Action getAction()
public MacroOptions getOptions()
public String toString()
toString in class com.google.web.bindery.event.shared.Event<RecordingEvent.RecordingHandler>Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.