org.PingOO.DLAI.lib.PWidget.event
Interface PListener

All Known Implementing Classes:
PAdapter

public abstract interface PListener
extends java.util.EventListener

Create a new PListener.
These listeners are used to transfer events to all PComponents.
Using a listener, a programmer must implement all methods interfaced here.

Since:
PingOO 2.0
Version:
2.0
Author:
Fabrice Bouyé (bouye@cur-archamps.fr)
See Also:
EventListener

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.
 

Method Detail

languageUpdated

public void languageUpdated(PEvent event)
Indicates that the UI's language has changed.
Parameters:
event - The event fired to start a language update of the UI.

fontUpdated

public void fontUpdated(PEvent event)
Indicates that the UI's font has changed.
Parameters:
event - The event fired to start a font update of the UI.