|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Create a new AppliListener.
These listeners are used to transfer events inside the GUI tree of the PingOO's DLAI client.
Using a listener, a programmer must implement all methods interfaced here.
EventListener| Method Summary | |
void |
languageUpdated(AppliEvent event)
Indicates that the UI's language has changed. |
void |
lookNFeelUpdated(AppliEvent event)
Indicates that the look'n feel of the GUI has been updated. |
void |
slaveKilled(AppliEvent event)
Indicates that a slave has been killed. |
void |
toolKilled(AppliEvent event)
Indicates that a tool has been killed. |
| Method Detail |
public void lookNFeelUpdated(AppliEvent event)
event - The event fired to start a look'n feel update of the UI.public void slaveKilled(AppliEvent event)
event - The event fired to indicate that a slave is dying.public void toolKilled(AppliEvent event)
event - The event fired to indicate that a tool is dying.public void languageUpdated(AppliEvent event)
event - The event fired to start a language update of the UI.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||