|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.util.OutputStreamEventQueueEntry
public class OutputStreamEventQueueEntry
This is a helper class for OutputStreamEventQueue. It describes one event (one call to write()). Only the OutputStreamEventQueue should create instances of this class.
OutputStreamEventQueue
Field Summary | |
---|---|
byte[] |
data
The data. |
java.util.Date |
when
The time when the event was created (when write() was called). |
Constructor Summary | |
---|---|
protected |
OutputStreamEventQueueEntry()
Only the OutputStreamEventQueue should create instances of this class. |
protected |
OutputStreamEventQueueEntry(java.util.Date when,
byte[] data)
Only the OutputStreamEventQueue should create instances of this class. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Date when
public byte[] data
Constructor Detail |
---|
protected OutputStreamEventQueueEntry()
OutputStreamEventQueue
protected OutputStreamEventQueueEntry(java.util.Date when, byte[] data)
OutputStreamEventQueue
|
EAF 7.4 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |