Uses of Interface
org.mega.gasp.platform.ActorSession

Packages that use ActorSession
org.mega.gasp.platform   
org.mega.gasp.platform.impl   
 

Uses of ActorSession in org.mega.gasp.platform
 

Methods in org.mega.gasp.platform that return ActorSession
 ActorSession ApplicationInstance.getActorSession(int actorSessionID)
          Returns the ActorSession object corresponding to the ActorSession ID.
 

Methods in org.mega.gasp.platform with parameters of type ActorSession
 boolean ApplicationInstance.addActorSession(ActorSession actorSession)
          Add the actor to the actors vector.
 

Uses of ActorSession in org.mega.gasp.platform.impl
 

Classes in org.mega.gasp.platform.impl that implement ActorSession
 class ActorSessionImpl
          ActorSession represent the link between a user (represented by instances of Session and Actor) and an ApplicationInstance.
 

Methods in org.mega.gasp.platform.impl that return ActorSession
 ActorSession ApplicationInstanceImpl.getActorSession(int actorSessionID)
          Returns the ActorSession object corresponding to the ActorSession ID.
 

Methods in org.mega.gasp.platform.impl with parameters of type ActorSession
private  void ApplicationInstanceImpl.sendPlayersInfos(ActorSession actorSession)
          This method provide the new player to know all of the players currently in the application instance.
 boolean ApplicationInstanceImpl.addActorSession(ActorSession actorSession)
          Add the actor to the actors vector.