|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.dvb.dsmcc.NPTRateChangeEvent
Sent only when the rate of an broadcast timeline changes value.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
NPTRateChangeEvent(DSMCCStream source,
NPTRate rate)
Construct an event. |
Method Summary | |
NPTRate |
getRate()
Return the new rate of the stream immediately after the change. |
java.lang.Object |
getSource()
Return the stream whose rate changed. |
Methods inherited from class java.util.EventObject |
toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NPTRateChangeEvent(DSMCCStream source, NPTRate rate)
source
- the stream whose rate changedrate
- the new rate of that stream immediately following the changeMethod Detail |
public java.lang.Object getSource()
DSMCCStream
object on which the rate change has occurred.public NPTRate getRate()
NPTRate
object encapsulating the new rate
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |