|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.PingOO.DLAI.lib.PWidget.event.PAdapter
Create a new PAdapter.
These listeners are used to transfer events to all PComponent forcing them to update to the new language.
An adpater implements only empty methods.
It offers to the programmer the possibility to override one or more method interfaced in the corresponding listener.
PListener| Constructor Summary | |
PAdapter()
|
|
| Method Summary | |
void |
fontUpdated(PEvent event)
Indicates that the UI's font has changed. |
void |
languageUpdated(PEvent event)
Indicates that the UI's language has changed. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public PAdapter()
| Method Detail |
public void languageUpdated(PEvent event)
event - The event fired to start a language update of the UI.public void fontUpdated(PEvent event)
event - The event fired to start a font update of the UI.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||