|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
jaron.components.SignalEvent
public class SignalEvent
The SignalEvent
class is the transportation vehicle for
a signal value that is sent from or sent to a Signal
object
via the EventListener
mechanism.
Constructor Summary | |
---|---|
SignalEvent(java.lang.Object source,
double value)
Creates a SignalEvent object that can be sent via the
EventListener mechanism. |
Method Summary | |
---|---|
double |
getValue()
Returns the event's value. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SignalEvent(java.lang.Object source, double value)
SignalEvent
object that can be sent via the
EventListener
mechanism.
source
- the event notifiervalue
- the changed valueMethod Detail |
---|
public double getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |