com.droplets.api.event
Interface PollListener

All Superinterfaces:
java.util.EventListener

public interface PollListener
extends java.util.EventListener

Interface to be implemented by objects interested in receiving client poll events.


Method Summary
 void handleClientPoll()
          Notifies the listener that the client polled.
 

Method Detail

handleClientPoll

public void handleClientPoll()
Notifies the listener that the client polled.


Copyright © Droplets, 2001. All Rights Reserved.