org.PingOO.DLAI.lib.appli.event
Class AppliAdapter

java.lang.Object
  |
  +--org.PingOO.DLAI.lib.appli.event.AppliAdapter
Direct Known Subclasses:
PPM.PPMAdapter

public abstract class AppliAdapter
extends java.lang.Object
implements AppliListener

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.

Since:
PingOO 2.0
Version:
2.0
Author:
Fabrice Bouyé (bouye@cur-archamps.fr)
See Also:
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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

AppliAdapter

public AppliAdapter()
Method Detail

lookNFeelUpdated

public void lookNFeelUpdated(AppliEvent event)
Indicates that the look'n feel of the GUI has been updated.
Specified by:
lookNFeelUpdated in interface AppliListener
Parameters:
event - The event fired to start a look'n feel update of the UI.

slaveKilled

public void slaveKilled(AppliEvent event)
Indicates that a slave has been killed
Specified by:
slaveKilled in interface AppliListener
Parameters:
event - The event fired to indicate that a slave is dying.

toolKilled

public void toolKilled(AppliEvent event)
Indicates that a tool has been killed.
Specified by:
toolKilled in interface AppliListener
Parameters:
event - The event fired to indicate that a tool is dying.

languageUpdated

public void languageUpdated(AppliEvent event)
Indicates that the UI's language has changed.
Specified by:
languageUpdated in interface AppliListener
Parameters:
event - The event fired to start a language update of the UI.