Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.eireneh.swing
Class Status.LogLine  view Status.LogLine download Status.LogLine.java

java.lang.Object
  extended bycom.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