com.jidesoft.docking
Class NotificationFlasher
java.lang.Object
com.jidesoft.docking.NotificationFlasher
- All Implemented Interfaces:
- ActionListener, EventListener
public class NotificationFlasher
- extends Object
- implements ActionListener
An ActionListener with timer. It is used to animate the sliding window.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NotificationFlasher
public NotificationFlasher(FrameContainer fc,
DockableFrame frame,
int initDelay,
int delay,
int steps)
NotificationFlasher
public NotificationFlasher(AutoHideContainer ac,
DockableFrame frame,
int initDelay,
int delay,
int steps)
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener
start
public void start()
stop
public void stop()
interrupt
public void interrupt()
isRunning
public boolean isRunning()