public interface Closeable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACTION_CLOSE_CMD
Command that the close action must contain when fired by the template in order for the
infoTip to close.
|
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(java.awt.event.ActionListener l)
Add an actionListener to receive actions such as close from the Template.
|
void |
removeActionListener(java.awt.event.ActionListener l)
Remove an previously added ActionListener.
|
static final java.lang.String ACTION_CLOSE_CMD
void addActionListener(java.awt.event.ActionListener l)
l
- void removeActionListener(java.awt.event.ActionListener l)
l
-