com.sdm.quasar.client.core.states
Interface StateListener

All Superinterfaces:
java.util.EventListener

public interface StateListener
extends java.util.EventListener

A listener to get notified on changes of the values of States.

Version:
1.0
Author:
Thomas Wolf

Method Summary
 void stateChanged(State source)
          Called whenever the source state changed its value.
 

Method Detail

stateChanged

public void stateChanged(State source)
Called whenever the source state changed its value.

Parameters:
source - the State, which changed