org.mgif.listener
Interface OnStart


public interface OnStart

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


Method Summary
 void onStart(StartEvent startEvent)
          Hook declared by listener
 

Method Detail

onStart

public void onStart(StartEvent startEvent)
Hook declared by listener
Parameters:
startEvent - 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