org.mega.gasp.event.impl
Class QuitEventImpl

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

public class QuitEventImpl
extends EventImpl
implements QuitEvent

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

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

QuitEventImpl

public QuitEventImpl(int actorSessionID)