public interface ClientBehaviorHolder
| Modifier and Type | Method and Description | 
|---|---|
| void | addClientBehavior(String eventName,
                 ClientBehavior behavior) | 
| Map<String,List<ClientBehavior>> | getClientBehaviors()Retruns an immutable  Mapof the attachedClientBehaviors for the
 component. | 
| String | getDefaultEventName() | 
| Collection<String> | getEventNames() | 
void addClientBehavior(String eventName, ClientBehavior behavior)
Map<String,List<ClientBehavior>> getClientBehaviors()
Map of the attached ClientBehaviors for the
 component. If no behavior is present this method return an empty Map (Collections.emptyMap()).String getDefaultEventName()
Collection<String> getEventNames()
Copyright © 2022 The Apache Software Foundation. All rights reserved.