public interface ActionMap
| Modifier and Type | Method and Description |
|---|---|
Action |
getAction(String key)
Returns the action associated with the given string
or null on error
|
Action getAction(String key) throws MissingListenerException
key - the key mapped with the action to getMissingListenerException - if the action is not foundCopyright © 2000–2021 Apache Software Foundation. All rights reserved.