public interface TriggeredAction
| Modifier and Type | Method and Description |
|---|---|
ActionListener |
getListener()
The ActionListener for which the actionPerformed method will be invoked when the trigger character is read.
|
char |
getTrigger()
The char that is used to register the ActionListener as a TriggeredAction in the Shell.
|
char getTrigger()
ActionListener getListener()
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.