public interface SuiteListener
Modifier and Type | Method and Description |
---|---|
void |
notifySuiteStateChanged(Suite suite,
SuiteState newState)
Notifies a listener that suite state has changed
|
void notifySuiteStateChanged(Suite suite, SuiteState newState)
suite
- updated suitenewState
- must be one of
SuiteState.SS_INSTALLING
,
SuiteState.SS_INSTALLED
, or
SuiteState.SS_REMOVED
Copyright (c) 2013, Oracle and/or its affiliates. All Rights Reserved. Use of this specification is subject to license terms.