|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
de.qfs.lib.util.StreamEvent
Encapsulation of date received from a Stream or Reader.
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
StreamEvent(java.lang.Object source)
Create a new StreamEvent. |
|
StreamEvent(java.lang.Object source,
char[] data)
Create a new StreamEvent. |
Method Summary | |
char[] |
getData()
Get the newly arrived data. |
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 StreamEvent(java.lang.Object source, char[] data)
source
- The source of the event.data
- The newly arrived data.public StreamEvent(java.lang.Object source)
source
- The source of the event.Method Detail |
public final char[] getData()
|
qflib 0.99 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |