Package org.mgif.listener

Interface Summary
OnActorSessionDelivery  
OnActorSessionJoin This interface declares that implementing ActorSession class is ready to listen for JoinEvent from some other ApplicationInstance and implements a hook to deal with transferred event
OnActorSessionTimer This interface declares that implementing ActorSession class is ready to listen for TimerEvents implements a hook to deal with transferred event.
OnApplicationInstanceDelivery  
OnApplicationInstanceTimer This interface declares that implementing ApplicationInstance class is ready to listen for TimerEvents implements a hook to deal with transferred event.
OnAsyncInput This interface declares that implementing ActorSession class is ready to listen for asynchronous input event and implements a hook to deal with transferred event.
OnCreate This interface declares that implementing ActorSession class is ready to listen for CreateEvent and implements a hook to deal with transferred event.
OnDelete This interface declares that implementing ActorSession class is ready to listen for DeleteEvent and implements a hook to deal with transferred event.
OnEnd This interface declares that implementing ApplicationInstance class is ready to listen for EndEvent and implements a hook to deal with transferred event.
OnFirstAsyncInput This interface declares that implementing ActorSession class is ready to listen for first asynchronous input event and implements a hook to deal with transferred event.
OnFirstSyncInput This interface declares that implementing ActorSession class is ready to listen for first synchronous input event and implements a hook to deal with transferred event.
OnInterAppMessage This interface declares that implementing ApplicationInstance class is ready to listen for InterAppMessageEvent and implements a hook to deal with transferred event.
OnStart This interface declares that implementing ApplicationInstance class is ready to listen for StartEvent and implements a hook to deal with transferred event.
OnSyncInput This interface declares that implementing ActorSession class is ready to listen for synchronous input event and implements a hook to deal with transferred event.
 



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