|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.mvc.DispatcherListener
public class DispatcherListener
Event listener for dispatcher events.
| Constructor Summary | |
|---|---|
DispatcherListener()
|
|
| Method Summary | |
|---|---|
void |
afterDispatch(MvcEvent mvce)
Fires after an event has been dispatched. |
void |
beforeDispatch(MvcEvent mvce)
Fires before an event is dispatched. |
void |
handleEvent(MvcEvent 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 DispatcherListener()
| Method Detail |
|---|
public void handleEvent(MvcEvent e)
Listener
handleEvent in interface Listener<MvcEvent>e - the event which occurredpublic void beforeDispatch(MvcEvent mvce)
BaseEvent.setCancelled(boolean).
mvce - the application event to be dispatchedpublic void afterDispatch(MvcEvent mvce)
mvce - the event that was dispatched
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||