org.mega.gasp.event.impl
Class JoinEventImpl

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

public class JoinEventImpl
extends EventImpl
implements JoinEvent

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

Field Summary
private  java.lang.String name
           
 
Fields inherited from class org.mega.gasp.event.impl.EventImpl
aSID, code
 
Constructor Summary
JoinEventImpl(int actorSessionID, java.lang.String username)
           
 
Method Summary
 java.lang.String getUsername()
           
 
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

name

private java.lang.String name
Constructor Detail

JoinEventImpl

public JoinEventImpl(int actorSessionID,
                     java.lang.String username)
Method Detail

getUsername

public java.lang.String getUsername()
Specified by:
getUsername in interface JoinEvent