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

Quick Search    Search Deep

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

java.lang.Object
  extended bycom.eireneh.swing.LogList.LogLine
Enclosing class:
LogList

static class LogList.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
LogList.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
 long getTime()
          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

LogList.LogLine

public LogList.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


getTime

public long getTime()
Accessor for the text of the message