public interface Actionable extends Hoverable
| Modifier and Type | Method and Description | 
|---|---|
void | 
addActionListener(ActionListener listener)  | 
boolean | 
isEnabled()  | 
void | 
notifyActionListenersOfBeginEvent()  | 
void | 
notifyActionListenersOfEndEvent()  | 
void | 
removeActionListener(ActionListener listener)  | 
void | 
setEnabled(boolean enabled)  | 
addHoverListener, getId, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, removeHoverListenervoid notifyActionListenersOfBeginEvent()
void notifyActionListenersOfEndEvent()
boolean isEnabled()
void setEnabled(boolean enabled)
void addActionListener(ActionListener listener)
void removeActionListener(ActionListener listener)