org.mgif.event
Interface StartEvent

All Superinterfaces:
ApplicationInstanceEvent, Event

public interface StartEvent
extends ApplicationInstanceEvent

Event created as a result of creation of ApplicationInstance object. This is first event to be handled by ApplicationInstance


Method Summary
 java.util.Map getParams()
          Retrieves parameters transferred by ApplicationInstance.sendInterAppMessage() call
 
Methods inherited from interface org.mgif.event.ApplicationInstanceEvent
getApplicationInstance
 

Method Detail

getParams

public java.util.Map getParams()
Retrieves parameters transferred by ApplicationInstance.sendInterAppMessage() call
Returns:
Set of parameters


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