java.lang.Object
javax.swing.ToolTipManager.insideTimerAction
- All Implemented Interfaces:
ActionListener
,EventListener
- Enclosing class:
ToolTipManager
Inside timer action.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when an action occurs.
-
Constructor Details
-
insideTimerAction
protected insideTimerAction()Constructs aninsideTimerAction
.
-
-
Method Details
-
actionPerformed
Invoked when an action occurs.- Specified by:
actionPerformed
in interfaceActionListener
- Parameters:
e
- the event to be processed
-