Interface IApplicationProvisionNotifier
- All Known Implementing Classes:
ApplicationManager
public interface IApplicationProvisionNotifier
The 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 Summary
Modifier and TypeMethodDescriptionvoidnotifyLifecycleStateChange(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 Details
-
notifyLifecycleStateChange
Notifies about the provided application lifecycle aware object lifecycle state change.- Parameters:
object- the lifecycle aware object, cannot benullstate- the new lifecycle state, cannot benull
-
notifyPublishStateChange
Notifies about the provided application publish state change.- Parameters:
application- the application, cannot benullstate- the new publish state, cannot benull
-