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