edu.wisc.ssec.mcidasv.monitors.memory
Class MemoryMonitorEvent

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

public class MemoryMonitorEvent
extends MonitorEvent

See Also:
Serialized Form

Field Summary
private  Color color
           
private  String readout
           
private  String toStr
           
 
Fields inherited from class edu.wisc.ssec.mcidasv.monitors.MonitorEvent
type
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
MemoryMonitorEvent(MemoryMonitor source, Color color, String readout)
           
 
Method Summary
 Color getColor()
           
 String getReadout()
           
 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

color

private final Color color

readout

private final String readout

toStr

private String toStr
Constructor Detail

MemoryMonitorEvent

public MemoryMonitorEvent(MemoryMonitor source,
                          Color color,
                          String readout)
Method Detail

getColor

public Color getColor()

getReadout

public String getReadout()

toString

public String toString()
Overrides:
toString in class EventObject