|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.PingOO.DLAI.lib.appli.event.AppliAdapter
Create a new AppliAdapter.
These listeners are used to transfer events inside the GUI tree of the PingOO'DLAI client.
An adpater implements only empty methods.
It offers to the programmer the possibility to override one or more method interfaced in the corresponding listener.
AppliListener| Constructor Summary | |
AppliAdapter()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public AppliAdapter()
| 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 | ||||||||