public interface WorkingListener
extends java.util.EventListener
WorkingEvent
,
WorkingCursorAdapter
Modifier and Type | Method and Description |
---|---|
void |
startWorking(WorkingEvent event)
Deprecated.
Invoked when a potentially long-running unit of work
is about to begin.
|
void |
stopWorking(WorkingEvent event)
Deprecated.
Invoked when a potentially long-running unit of work
has completed.
|
void startWorking(WorkingEvent event)
event
- The event.void stopWorking(WorkingEvent event)
event
- The event.