org.mgif.listener
Interface OnEnd


public interface OnEnd

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


Method Summary
 void onEnd(EndEvent event)
          Hook declared by listener
 

Method Detail

onEnd

public void onEnd(EndEvent 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