org.mega.gasp.event.impl
Class DataEventImpl

java.lang.Object
  extended byorg.mega.gasp.event.impl.EventImpl
      extended byorg.mega.gasp.event.impl.DataEventImpl
All Implemented Interfaces:
DataEvent, Event

public class DataEventImpl
extends EventImpl
implements DataEvent

Author:
PELLERIN Romain (pellerin@cnam.fr) - MEGA Project

Field Summary
private  java.util.Hashtable data
           
 
Fields inherited from class org.mega.gasp.event.impl.EventImpl
aSID, code
 
Constructor Summary
DataEventImpl(int actorSessionID, java.util.Hashtable dataTable)
           
 
Method Summary
 java.util.Hashtable getData()
          Returns the datas containing in the DataEvent
 
Methods inherited from class org.mega.gasp.event.impl.EventImpl
getActorSessionID, getCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.mega.gasp.event.Event
getActorSessionID, getCode
 

Field Detail

data

private java.util.Hashtable data
Constructor Detail

DataEventImpl

public DataEventImpl(int actorSessionID,
                     java.util.Hashtable dataTable)
Method Detail

getData

public java.util.Hashtable getData()
Returns the datas containing in the DataEvent

Specified by:
getData in interface DataEvent
Returns:
the hastable of datas