|
|||||||||
| Home >> All >> com >> eireneh >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.eireneh.swing
Class Status.LogLine

java.lang.Objectcom.eireneh.swing.Status.LogLine
- Enclosing class:
- Status
- static class Status.LogLine
- extends java.lang.Object
The information we store about a single message
| Field Summary | |
private java.lang.String |
stream
The stream we are reporting against |
private java.lang.String |
text
The text of the message |
private long |
time
The time of the message |
| Constructor Summary | |
Status.LogLine(java.lang.String stream,
java.lang.String text)
Create a new logline |
|
| Method Summary | |
java.lang.String |
getStreamName()
Accessor for the stream we are reporting against |
java.lang.String |
getText()
Accessor for the text of the message |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
stream
private java.lang.String stream
- The stream we are reporting against
text
private java.lang.String text
- The text of the message
time
private long time
- The time of the message
| Constructor Detail |
Status.LogLine
public Status.LogLine(java.lang.String stream, java.lang.String text)
- Create a new logline
| Method Detail |
getStreamName
public java.lang.String getStreamName()
- Accessor for the stream we are reporting against
getText
public java.lang.String getText()
- Accessor for the text of the message
|
|||||||||
| Home >> All >> com >> eireneh >> [ swing overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.eireneh.swing.Status.LogLine