EventListenerWorkingCursorAdapterpublic interface WorkingListener extends EventListener
WorkingEvent,
WorkingCursorAdapter| Modifier and Type | Method | 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.Copyright © 2024. All rights reserved.