com.droplets.api.event
Class DriplineInvokeEvent

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

public class DriplineInvokeEvent
extends java.lang.Object

Defines the class that encapsulates the Dripline invoke information.


Constructor Summary
DriplineInvokeEvent(java.lang.String driplineChannelId, java.lang.String args)
          Constructs the token change event.
 
Method Summary
 java.lang.String getArgs()
          Gets the args passed to the dripline alert method that the user is using to invoke this Droplet.
 java.lang.String getDriplineChannelId()
          Gets the dripline Channel ID associated with this change.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriplineInvokeEvent

public DriplineInvokeEvent(java.lang.String driplineChannelId,
                           java.lang.String args)
Constructs the token change event.
Parameters:
driplineChannelId - The channel whose token has changed
args - The args passed to the Dripline alert method which the user is using to invoke this Droplet.
Method Detail

getDriplineChannelId

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

getArgs

public java.lang.String getArgs()
Gets the args passed to the dripline alert method that the user is using to invoke this Droplet.
Returns:
the args.


Copyright © Droplets, 2001. All Rights Reserved.