sophware.home.lang
Interface StateChangeListener

All Known Implementing Classes:
BinaryGroup, Condition, DefaultStateTableModel, DevicePanel, DeviceTable, Macro

public interface StateChangeListener

StateChangeListener is used to monitor changes to a StateObject.


Method Summary
 void stateChanged(StateObject obj)
          Method used for state change notifications
 

Method Detail

stateChanged

void stateChanged(StateObject obj)
Method used for state change notifications

Parameters:
obj - the object that has changed