org.PingOO.DLAI.lib.appli
Interface PAppli
- All Known Implementing Classes:
- PSlave, PTool, PPM
- public abstract interface PAppli
- extends java.lang.Runnable
This class defines all common methods between the different appli.
A PAppli is a program that runs within the PingOO DLAI and context and that uses the PingOO Protocol.
Note : the AppliManager is itself a special PAppli.
- Since:
- PingOO 2.0
- Version:
- 2.0
- Author:
- Fabrice Bouyé (bouye@cur-archamps.fr)
- See Also:
Runnable
| Methods inherited from interface java.lang.Runnable |
run |
addAppliListener
public void addAppliListener(AppliListener listener)
- Adds a specific AppliListener.
- Parameters:
listener - The listener to be added.
removeAppliListener
public void removeAppliListener(AppliListener listener)
- Removes a specific AppliListener.
- Parameters:
listener - The listenr to be removed.