util
Interface UpdateListener

All Superinterfaces:
EventListener

public interface UpdateListener
extends EventListener

This is a base interface for listeners that want to be notified when a property has changed.


Method Summary
 void updated()
          Called on listeners if the state has been changed.
 

Method Detail

updated

void updated()
Called on listeners if the state has been changed. Furter action depends on the caller.