Interface BehaviorDisplayListener

All Known Implementing Classes:
BehaviorChunkDisplay, BehaviorViewer, MorphViewer

public interface BehaviorDisplayListener

An interface for GUIs to implement to indicate that they are interested in being notified when a behavior display changes in some way.


Method Summary
 void behaviorDisplayChange(BehaviorDisplay b)
          Notification that a behavior you are listening to has changed.
 

Method Detail

behaviorDisplayChange

public void behaviorDisplayChange(BehaviorDisplay b)
Notification that a behavior you are listening to has changed.