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