org.mgif.listener
Interface OnDelete


public interface OnDelete

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


Method Summary
 void onDelete(DeleteEvent deleteEvent)
          Hook declared by listener
 

Method Detail

onDelete

public void onDelete(DeleteEvent deleteEvent)
Hook declared by listener
Parameters:
deleteEvent - 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