Class ImportStartedEvent
java.lang.Object
com.atlassian.crowd.event.Event
com.atlassian.crowd.event.DirectoryEvent
com.atlassian.crowd.event.directory.ImportEvent
com.atlassian.crowd.event.directory.ImportStartedEvent
- All Implemented Interfaces:
TransactionAwareImmediateEvent
@Internal
public class ImportStartedEvent
extends ImportEvent
implements TransactionAwareImmediateEvent
Is published when a data import is started.
- Since:
- 3.2.0
-
Constructor Summary
ConstructorsConstructorDescriptionImportStartedEvent(Object source, Directory directory, Configuration configuration) -
Method Summary
Methods inherited from class com.atlassian.crowd.event.directory.ImportEvent
equals, getConfiguration, hashCodeMethods inherited from class com.atlassian.crowd.event.DirectoryEvent
getDirectory, getDirectoryId, getDirectoryImplementationClass, getDirectoryTypeMethods inherited from class com.atlassian.crowd.event.Event
getSource, getTimestamp
-
Constructor Details
-
ImportStartedEvent
-