SuiteListener is an interface that provides a notification that the current state of a suite has changed.
There is only one method defined in the SuiteListener interface:
void notifySuiteStateChanged(SuiteManagementTracker tracker, SuiteState newState)
This method is called to notify a listener that the current state of a suite has changed. A reference to the current SuiteManagementTracker is included, as well as an instance of SuiteState, which indicates the new state.