- java.lang.Object
-
- javax.swing.ToolTipManager.stillInsideTimerAction
-
- All Implemented Interfaces:
ActionListener,EventListener
- Enclosing class:
- ToolTipManager
protected class ToolTipManager.stillInsideTimerAction extends Object implements ActionListener
Still inside timer action.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedstillInsideTimerAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(ActionEvent e)Invoked when an action occurs.
-
-
-
Method Detail
-
actionPerformed
public void actionPerformed(ActionEvent e)
Invoked when an action occurs.- Specified by:
actionPerformedin interfaceActionListener- Parameters:
e- the event to be processed
-
-