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