org.mgif.listener
Interface OnApplicationInstanceTimer


public interface OnApplicationInstanceTimer

This interface declares that implementing ApplicationInstance class is ready to listen for TimerEvents implements a hook to deal with transferred event. To create TimerEvent use ApplicationInstance.createTimer() call.


Method Summary
 void onApplicationInstanceTimer(ApplicationInstanceTimerEvent event)
          Hook declared by listener
 

Method Detail

onApplicationInstanceTimer

public void onApplicationInstanceTimer(ApplicationInstanceTimerEvent 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