gov.nasa.gsfc.drl.rtstps.viewer.status
Interface StatusListener

All Known Implementing Classes:
AbstractTextGadget, ClockComponent, CommandButtons, CommandState, DataItem, DataLight, PointServer, StatusLine.ConfigurationComponent, TextAlarmGadget, TextGadget

public interface StatusListener

Viewer objects use this interface to get status items from the viewer's status distributor or a proxy.


Method Summary
 void processStatusItem(StatusItem item, java.lang.String fullName)
          The listener gets a status item from the Distributor or its proxy.
 

Method Detail

processStatusItem

void processStatusItem(StatusItem item,
                       java.lang.String fullName)
The listener gets a status item from the Distributor or its proxy.