org.mgif.listener
Interface OnCreate


public interface OnCreate

This interface declares that implementing ActorSession class is ready to listen for CreateEvent and implements a hook to deal with transferred event. This event is automatically created when ActorSession created, and this is first event that should be handled by ActorSession.


Method Summary
 void onCreate(CreateEvent event)
          Hook declared by listener
 

Method Detail

onCreate

public void onCreate(CreateEvent event)
Hook declared by listener
Parameters:
event - Event transferred to hook


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