com.droplets.api.event
Interface ActionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
EditCopyMenuItem, EditCutMenuItem, EditPasteMenuItem

public interface ActionListener
extends java.util.EventListener

Defines the interface that must be implemented by classes that wish to receive ActionEvents.


Method Summary
 void actionPerformed(ActionEvent event)
          Delivers the ActionEvent to the listener.
 

Method Detail

actionPerformed

public void actionPerformed(ActionEvent event)
Delivers the ActionEvent to the listener.
Parameters:
event - the event


Copyright © Droplets, 2001. All Rights Reserved.