|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.phidgets.event.TagLossEvent
This class represents the data for a TagLossEvent.
Constructor Summary | |
TagLossEvent(Phidget source,
java.lang.String value)
Class constructor. |
|
TagLossEvent(Phidget source,
java.lang.String value,
int protocol)
|
Method Summary | |
int |
getProtocol()
Returns the protocol of the Tag that was lost. |
Phidget |
getSource()
Returns the source Phidget of this event. |
java.lang.String |
getValue()
Returns the Tag that was lost. |
java.lang.String |
toString()
Returns a string containing information about the event. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TagLossEvent(Phidget source, java.lang.String value)
source
- the Phidget object from which this event originatedpublic TagLossEvent(Phidget source, java.lang.String value, int protocol)
Method Detail |
public Phidget getSource()
public java.lang.String getValue()
public int getProtocol()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |