com.droplets.api.event
Interface DriplineTokenChangeListener

All Superinterfaces:
java.util.EventListener

public interface DriplineTokenChangeListener
extends java.util.EventListener

Defines the interface that must be implemented by classes that wish to receive notifications when a Dripline channel token changes.


Method Summary
 void handleTokenChange(DriplineTokenChangeEvent e)
          Implement this interface to get token change events
 

Method Detail

handleTokenChange

public void handleTokenChange(DriplineTokenChangeEvent e)
Implement this interface to get token change events
Parameters:
e - encapsulates the channel and token


Copyright © Droplets, 2001. All Rights Reserved.