Interface EventMonitor
- All Known Implementing Classes:
EventMonitorBase,SystemMonitorImpl
public interface EventMonitor
- Author:
- Andrew Woods Date: 3/21/11
-
Method Summary
Modifier and TypeMethodDescriptionvoidaccountCreated(org.duracloud.account.db.model.util.AccountCreationInfo accountCreationInfo) This method defines the contract for receiving notification of the 'account-creation' event.
-
Method Details
-
accountCreated
void accountCreated(org.duracloud.account.db.model.util.AccountCreationInfo accountCreationInfo) This method defines the contract for receiving notification of the 'account-creation' event.- Parameters:
accountCreationInfo- of new account
-