|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extjs.gxt.ui.client.event.LoadListener
public class LoadListener
Listener for Loader events.
| Constructor Summary | |
|---|---|
LoadListener()
|
|
| Method Summary | |
|---|---|
void |
handleEvent(LoadEvent e)
Sent when an event that the listener has registered for occurs. |
void |
loaderBeforeLoad(LoadEvent le)
Fires before a load operation begins. |
void |
loaderLoad(LoadEvent le)
Fires after a load operation completes. |
void |
loaderLoadException(LoadEvent le)
Fires when an exception occurs during a load operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoadListener()
| Method Detail |
|---|
public void handleEvent(LoadEvent e)
Listener
handleEvent in interface Listener<LoadEvent>e - the event which occurredpublic void loaderBeforeLoad(LoadEvent le)
BaseEvent.setCancelled(boolean).
le - the load eventpublic void loaderLoadException(LoadEvent le)
le - the load eventpublic void loaderLoad(LoadEvent le)
le - the load event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||