Class ToolTipManager.insideTimerAction
java.lang.Object
javax.swing.ToolTipManager.insideTimerAction
- All Implemented Interfaces:
- ActionListener,- EventListener
- Enclosing class:
- ToolTipManager
Inside timer action.
- Since:
- 1.2
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidInvoked when an action occurs.
- 
Constructor Details- 
insideTimerActionprotected insideTimerAction()Constructs aninsideTimerAction.
 
- 
- 
Method Details- 
actionPerformedInvoked when an action occurs.- Specified by:
- actionPerformedin interface- ActionListener
- Parameters:
- e- the event to be processed
 
 
-