org.mega.gasp.event.impl
Class StartEventImpl

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

public class StartEventImpl
extends EventImpl
implements StartEvent

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

Field Summary
 
Fields inherited from class org.mega.gasp.event.impl.EventImpl
aSID, code
 
Constructor Summary
StartEventImpl(int actorSessionID)
           
 
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
 

Constructor Detail

StartEventImpl

public StartEventImpl(int actorSessionID)