public class BehaviorInstantiationListenerCollection extends ListenerCollection<IBehaviorInstantiationListener> implements IBehaviorInstantiationListener
ListenerCollection.INotifier<T>
Constructor and Description |
---|
BehaviorInstantiationListenerCollection() |
Modifier and Type | Method and Description |
---|---|
void |
onInstantiation(Behavior behavior)
Called when a behavior instance is created
|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public BehaviorInstantiationListenerCollection()
public void onInstantiation(Behavior behavior)
IBehaviorInstantiationListener
onInstantiation
in interface IBehaviorInstantiationListener
Copyright © 2006–2022 Apache Software Foundation. All rights reserved.