org.PingOO.DLAI.PPM
Class PPM.PPMAdapter

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

private class PPM.PPMAdapter
extends AppliAdapter

An appli listener for the master.

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

Constructor Summary
PPM.PPMAdapter()
          Creates a new instance of this object.
 
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)
          Action to execute when a slave is 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

PPM.PPMAdapter

public PPM.PPMAdapter()
Creates a new instance of this object.
Method Detail

lookNFeelUpdated

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

languageUpdated

public final void languageUpdated(AppliEvent event)
Indicates that the UI's language has changed.
Parameters:
event - The event fired to start a language update of the UI.
Overrides:
languageUpdated in class AppliAdapter

slaveKilled

public final void slaveKilled(AppliEvent event)
Action to execute when a slave is killed.
Parameters:
event - The appli event.
Overrides:
slaveKilled in class AppliAdapter

toolKilled

public void toolKilled(AppliEvent event)
Indicates that a tool has been killed.
Parameters:
event - The event fired to indicate that a tool is dying.
Overrides:
toolKilled in class AppliAdapter