com.droplets.api.event
Interface MenuSelectionListener

All Superinterfaces:
java.util.EventListener

Deprecated. Only for use with DeprecatedMenu Interface to be implemented by objects interested in being notified when a selection is made from an application menu.

public interface MenuSelectionListener
extends java.util.EventListener


Method Summary
 void handleSelection(MenuSelectionEvent event)
          Deprecated. Indicates that a selection was made.
 

Method Detail

handleSelection

public void handleSelection(MenuSelectionEvent event)
Deprecated. 
Indicates that a selection was made.
Parameters:
event - the event object


Copyright © Droplets, 2001. All Rights Reserved.