|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.widgetideas.client.events.AbstractEvent<FiresChangeEvents,ChangeHandler<Value>>
com.google.gwt.widgetideas.client.events.ChangeEvent<Value>
Value
- value typepublic class ChangeEvent<Value>
Change event.
Constructor Summary | |
---|---|
ChangeEvent(FiresChangeEvents source,
Value oldValue,
Value newValue)
Contructor. |
Method Summary | |
---|---|
void |
fire(ChangeHandler e)
Delegates firing the event to the given handler type. |
Value |
getNewValue()
Gets the new value that will be set. |
Value |
getOldValue()
Gets the old value. |
Methods inherited from class com.google.gwt.widgetideas.client.events.AbstractEvent |
---|
cancelEvent, getSource, isCanceled, tryFire |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChangeEvent(FiresChangeEvents source, Value oldValue, Value newValue)
source
- sourceoldValue
- old valuenewValue
- new valueMethod Detail |
---|
public void fire(ChangeHandler e)
AbstractEvent
fire
in class AbstractEvent<FiresChangeEvents,ChangeHandler<Value>>
e
- eventpublic Value getNewValue()
public Value getOldValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |