org.mega.gasp.event
Interface DataEvent

All Superinterfaces:
Event
All Known Implementing Classes:
DataEventImpl

public interface DataEvent
extends Event

DataEvent is an event generated by the actor in game for send datas to the game logic.

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

Method Summary
 java.util.Hashtable getData()
          Returns the datas containing in the DataEvent
 
Methods inherited from interface org.mega.gasp.event.Event
getActorSessionID, getCode
 

Method Detail

getData

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

Returns:
the hastable of datas