com.droplets.api.event
Interface ClickListener

All Superinterfaces:
java.util.EventListener

public interface ClickListener
extends java.util.EventListener

Interface to be implemented by objects interested in receiving ButtonClickEvents.


Method Summary
 void handleClick(ClickEvent event)
          Notifies the listener that a button was clicked.
 

Method Detail

handleClick

public void handleClick(ClickEvent event)
Notifies the listener that a button was clicked.
Parameters:
event - the event


Copyright © Droplets, 2001. All Rights Reserved.