public class OnComponentTagListenerCollection extends ListenerCollection<IOnComponentTagListener> implements IOnComponentTagListener
ListenerCollection.INotifier<T>
Constructor and Description |
---|
OnComponentTagListenerCollection() |
Modifier and Type | Method and Description |
---|---|
void |
onComponentTag(Component component,
ComponentTag tag)
Called before Component#onComponentTag(ComponentTag)
|
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptions
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void onComponentTag(Component component, ComponentTag tag)
IOnComponentTagListener
onComponentTag
in interface IOnComponentTagListener
component
- the component whose tag is being modifiedtag
- the component tag being modifiedCopyright © 2006–2022 Apache Software Foundation. All rights reserved.