com.droplets.api.event
Class DriplineTokenChangeEvent

java.lang.Object
  |
  +--com.droplets.api.event.DriplineTokenChangeEvent

public class DriplineTokenChangeEvent
extends java.lang.Object

Defines the class that encapsulates the Dripline channel token change information.


Constructor Summary
DriplineTokenChangeEvent(java.lang.String driplineChannelId, java.lang.String token)
          Constructs the token change event.
 
Method Summary
 java.lang.String getDriplineChannelId()
          Gets the Dripline Channel ID associated with this change.
 java.lang.String getToken()
          Gets the token associated with this change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriplineTokenChangeEvent

public DriplineTokenChangeEvent(java.lang.String driplineChannelId,
                                java.lang.String token)
Constructs the token change event.
Parameters:
driplineChannelId - The channel whose token has changed.
token - The new token.
Method Detail

getDriplineChannelId

public java.lang.String getDriplineChannelId()
Gets the Dripline Channel ID associated with this change.
Returns:
the dripline channel id.

getToken

public java.lang.String getToken()
Gets the token associated with this change.
Returns:
The token.


Copyright © Droplets, 2001. All Rights Reserved.