/* * Created on Feb 21, 2004 * */ package actor; /** * @author Robbins */ public interface BehaviorListListener { public void onBehaviorListChange(BehaviorListChangedEvent bce); }