cnrg.itx.datax.jaudio
Class QueueElement
java.lang.Object
|
+--cnrg.itx.datax.jaudio.QueueElement
- Direct Known Subclasses:
- ElementInternal, JAudioBlock
- class QueueElement
- extends java.lang.Object
The interface for an internal queue element. By extending this interface,
objects pushed on the queue are placed directly on the queue and don't need to
have a "new" element made for them.
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
mObj
private java.lang.Object mObj
mNext
private QueueElement mNext
QueueElement
QueueElement()
SetObject
public void SetObject(java.lang.Object o)
SetNext
public void SetNext(QueueElement next)
GetObject
public java.lang.Object GetObject()
GetNext
public QueueElement GetNext()