com.ibm.as400.vaccess
Interface WorkingListener
- All Superinterfaces:
- java.util.EventListener
- All Known Implementing Classes:
- WorkingCursorAdapter
- public interface WorkingListener
- extends java.util.EventListener
The WorkingListener interface provides a listener interface
for working events. This is useful for graphical user
interfaces that need to give the user some feedback that
work is being done.
- See Also:
WorkingEvent
,
WorkingCursorAdapter
startWorking
public void startWorking(WorkingEvent event)
- Invoked when a potentially long-running unit of work
is about to begin.
- Parameters:
event
- The event.
stopWorking
public void stopWorking(WorkingEvent event)
- Invoked when a potentially long-running unit of work
has completed.
- Parameters:
event
- The event.