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

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--org.PingOO.DLAI.lib.appli.event.AppliEvent

public class AppliEvent
extends java.util.EventObject

A AppliEvent to transmit messages and special events between PSlaveApplis.

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

Fields inherited from class java.util.EventObject
source
 
Constructor Summary
AppliEvent(java.lang.Object source)
          Create a new AppliEvent.
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

AppliEvent

public AppliEvent(java.lang.Object source)
Create a new AppliEvent.
Parameters:
source - The object source of this event.