|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.phidgets.event.OutputChangeEvent
public class OutputChangeEvent
This class represents the data for a OutputChangeEvent.
Constructor Summary | |
---|---|
OutputChangeEvent(Phidget source,
int index,
boolean state)
Class constructor. |
Method Summary | |
---|---|
int |
getIndex()
Returns the index of the output. |
Phidget |
getSource()
Returns the source Phidget of this event. |
boolean |
getState()
Returns the state of the output. |
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 OutputChangeEvent(Phidget source, int index, boolean state)
source
- the Phidget object from which this event originatedMethod Detail |
---|
public Phidget getSource()
public int getIndex()
public boolean getState()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |