Package com.nimbusds.ldapsync
Interface SyncTaskEventListener
-
- All Superinterfaces:
EventListener
- All Known Implementing Classes:
SyncAgentConsoleApp
public interface SyncTaskEventListener extends EventListener
An interface to notifySyncTaskcallers of progress and exception events during a synchronisation task run.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(SyncTaskEvent event)Reports a synchronisation task event.
-
-
-
Method Detail
-
notify
void notify(SyncTaskEvent event)
Reports a synchronisation task event.- Parameters:
event- The event object.
-
-