org.crosswire.bibledesktop.desktop
Class Splash.CustomWorkListener
java.lang.Object
org.crosswire.bibledesktop.desktop.Splash.CustomWorkListener
- All Implemented Interfaces:
- EventListener, WorkListener
- Enclosing class:
- Splash
final class Splash.CustomWorkListener
- extends Object
- implements WorkListener
Pack the frame if we get new jobs that could shunt things around
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Splash.CustomWorkListener
Splash.CustomWorkListener()
workProgressed
public void workProgressed(WorkEvent ev)
- Description copied from interface:
WorkListener
- This method is called to indicate that some progress has been made.
The amount of progress is indicated by ev.getPercent()
- Specified by:
workProgressed
in interface WorkListener
- Parameters:
ev
- Describes the progress
workStateChanged
public void workStateChanged(WorkEvent ev)
- Specified by:
workStateChanged
in interface WorkListener