Interface IApplicationProvisionNotifier
- 
 public interface IApplicationProvisionNotifierThe application notifier helps clients to implement application delegates.- Restriction:
- This interface is not intended to be extended by clients.
- Restriction:
- This interface is not intended to be implemented by clients.
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyLifecycleStateChange(ILifecycleAware object, LifecycleState state)Notifies about the provided application lifecycle aware object lifecycle state change.voidnotifyPublishStateChange(IApplication application, PublishState state)Notifies about the provided application publish state change.
 
- 
- 
- 
Method Detail- 
notifyLifecycleStateChangevoid notifyLifecycleStateChange(ILifecycleAware object, LifecycleState state) Notifies about the provided application lifecycle aware object lifecycle state change.- Parameters:
- object- the lifecycle aware object, cannot be- null
- state- the new lifecycle state, cannot be- null
 
 - 
notifyPublishStateChangevoid notifyPublishStateChange(IApplication application, PublishState state) Notifies about the provided application publish state change.- Parameters:
- application- the application, cannot be- null
- state- the new publish state, cannot be- null
 
 
- 
 
-