edu.wisc.ssec.mcidasv.monitors.time
Class TimeMonitorEvent

java.lang.Object
  extended by java.util.EventObject
      extended by edu.wisc.ssec.mcidasv.monitors.MonitorEvent
          extended by edu.wisc.ssec.mcidasv.monitors.time.TimeMonitorEvent
All Implemented Interfaces:
Serializable

public class TimeMonitorEvent
extends MonitorEvent

See Also:
Serialized Form

Field Summary
private  String output
           
private  String toStr
           
 
Fields inherited from class edu.wisc.ssec.mcidasv.monitors.MonitorEvent
type
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
TimeMonitorEvent(TimeMonitor source, String output)
           
 
Method Summary
 String getOutput()
           
 String toString()
           
 
Methods inherited from class edu.wisc.ssec.mcidasv.monitors.MonitorEvent
getType
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

output

private final String output

toStr

private String toStr
Constructor Detail

TimeMonitorEvent

public TimeMonitorEvent(TimeMonitor source,
                        String output)
Method Detail

getOutput

public String getOutput()

toString

public String toString()
Overrides:
toString in class EventObject