|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
org.opensolaris.os.dtrace.ConsumerEvent
public class ConsumerEvent
An event indicating a state change in a DTrace Consumer
.
ConsumerListener
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ConsumerEvent(java.lang.Object source,
long timeNanos)
Creates a consumer event with the given source Consumer
and nanosecond timestamp. |
Method Summary | |
---|---|
long |
getTimestamp()
Gets the nanosecond timestamp of this event. |
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 ConsumerEvent(java.lang.Object source, long timeNanos)
Consumer
and nanosecond timestamp.
source
- the Consumer
that is the source of the
eventtimeNanos
- nanosecond timestamp of this eventMethod Detail |
---|
public long getTimestamp()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |