org.mega.gasp.event.impl
Class EndEventImpl

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

public class EndEventImpl
extends EventImpl
implements EndEvent

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

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

EndEventImpl

public EndEventImpl(int actorSessionID)