|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.sun.dtv.broadcast.event.BroadcastReceivedEvent
public class BroadcastReceivedEvent
This class represents events that have been received via Broadcast.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
BroadcastReceivedEvent(BroadcastEventManager source)
Creates a BroadcastFileEvent indicating that
the specified BroadcastFile has changed. |
|
| Method Summary | |
|---|---|
byte[] |
getData()
Retrieves the received data block of the BroadcastReceivedEvent. |
long |
getDuration()
Returns the duration of this BroadcastReceivedEvent. |
long |
getIdentifier()
Returns the identifier this BroadcastReceivedEvent. |
String |
getName()
Returns the name this BroadcastReceivedEvent. |
long |
getTime()
Returns the time of this BroadcastReceivedEvent. |
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BroadcastReceivedEvent(BroadcastEventManager source)
BroadcastFileEvent indicating that
the specified BroadcastFile has changed.
source - The BroadcastFile whose contents have
changed.| Method Detail |
|---|
public byte[] getData()
BroadcastReceivedEvent.
public long getIdentifier()
BroadcastReceivedEvent.
BroadcastReceivedEvent. Returns -1 if unknown.public String getName()
BroadcastReceivedEvent.
BroadcastReceivedEvent. Returns null if unknown.public long getTime()
BroadcastReceivedEvent.
BroadcastReceivedEvent in microseconds. Returns -1 if unknown.public long getDuration()
BroadcastReceivedEvent.
|
Java DTV API 1.3 18-Nov-2009 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||