|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRuntimeLifecycleListener
Listener interface for changes to runtimes.
This interface is fired whenever a runtime is added, modified, or removed.
All events are fired post-change, so that all server tools API called as a
result of the event will return the updated results. (for example, on
runtimeAdded the new server will be in the global list of runtimes
(ServerCore.getRuntimes()
), and on runtimeRemoved the runtime will
not be in the list.
ServerCore
,
IRuntime
Method Summary | |
---|---|
void |
runtimeAdded(IRuntime runtime)
A new runtime has been created. |
void |
runtimeChanged(IRuntime runtime)
An existing runtime has been updated or modified. |
void |
runtimeRemoved(IRuntime runtime)
A existing runtime has been removed. |
Method Detail |
---|
void runtimeAdded(IRuntime runtime)
runtime
- the new runtimevoid runtimeChanged(IRuntime runtime)
runtime
- the modified runtimevoid runtimeRemoved(IRuntime runtime)
runtime
- the removed runtime
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |