org.mgif.event
Interface ActorSessionEvent

All Superinterfaces:
Event
All Known Subinterfaces:
ActorSessionDeliveryEvent, ActorSessionTimerEvent, AsyncInputEvent, CreateEvent, DeleteEvent, InputEvent, JoinEvent, SyncInputEvent

public interface ActorSessionEvent
extends Event

The base class for all ActorSesion events


Method Summary
 ActorSession getActorSession()
          Retrieve the ActorSession this event is delivered to.
 

Method Detail

getActorSession

public ActorSession getActorSession()
Retrieve the ActorSession this event is delivered to.
Returns:
The ActorSession


Copyright © 2002 Mobile Games Interoperability Forum. All rights reserved.
This source code is protected by the legal notice posted at http://www.mgif.org/docs/notice.html