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, reversedNotifyIgnoringExceptionspublic void onComponentTag(Component component, ComponentTag tag)
IOnComponentTagListenerComponent.onComponentTag(ComponentTag)onComponentTag in interface IOnComponentTagListenercomponent - the component whose tag is being modifiedtag - the component tag being modifiedCopyright © 2006–2021 Apache Software Foundation. All rights reserved.