|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.extjs.gxt.ui.client.event.EffectListener
public class EffectListener
Event interface for effect events.
Constructor Summary | |
---|---|
EffectListener()
|
Method Summary | |
---|---|
void |
effectCancel(BaseEvent be)
Fires after an effect has been cancelled. |
void |
effectComplete(BaseEvent be)
Fires after an effect has completed. |
void |
effectStart(BaseEvent be)
Fires prior to an effect starting. |
void |
handleEvent(BaseEvent e)
Sent when an event that the listener has registered for occurs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EffectListener()
Method Detail |
---|
public void handleEvent(BaseEvent e)
Listener
handleEvent
in interface Listener<BaseEvent>
e
- the event which occurredpublic void effectStart(BaseEvent be)
be
- an event containing information about the eventpublic void effectCancel(BaseEvent be)
be
- an event containing information about the eventpublic void effectComplete(BaseEvent be)
be
- an event containing information about the event
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |