mns
Class MNSEvent

java.lang.Object
  extended by mns.MNSEvent

public class MNSEvent
extends java.lang.Object

Created on Jan 1, 2004

Author:
Martin Lukac Jan 1, 2004 the event generated by the CNS. It can be directed to any listener according to the version 1.1 this event is directed only toward the GUI and the Client

Constructor Summary
MNSEvent(java.lang.Object data)
           
MNSEvent(java.lang.Object target, java.lang.String id, java.lang.Object data)
           
 
Method Summary
 java.lang.Object getData()
           
 java.lang.String getId()
           
 java.lang.Object getTarget()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MNSEvent

public MNSEvent(java.lang.Object target,
                java.lang.String id,
                java.lang.Object data)
Parameters:
target -
id -
data -

MNSEvent

public MNSEvent(java.lang.Object data)
Parameters:
data -
Method Detail

getData

public java.lang.Object getData()
Returns:
- the stored data - in general instructions

getId

public java.lang.String getId()
Returns:
Returns the id.

getTarget

public java.lang.Object getTarget()
Returns:
Returns the target.