public final class Event
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Class and Description |
---|---|
static class |
Event.ListenerHandle |
Modifier | Constructor and Description |
---|---|
protected |
Event() |
Modifier and Type | Method and Description |
---|---|
Event.ListenerHandle |
addEventListener(jsfunction.gwt.functions.NoArgsFunction callback) |
Event.ListenerHandle |
addEventListener(jsfunction.gwt.functions.VarArgsFunction callback) |
void |
raiseEvent(com.google.gwt.core.client.JsArrayMixed arguments) |
void |
raiseEvent(Object... arguments) |
public Event.ListenerHandle addEventListener(jsfunction.gwt.functions.NoArgsFunction callback)
public Event.ListenerHandle addEventListener(jsfunction.gwt.functions.VarArgsFunction callback)
public void raiseEvent(Object... arguments)
public void raiseEvent(com.google.gwt.core.client.JsArrayMixed arguments)
Copyright © 2014. All rights reserved.