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