Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.wst.server.core
Interface IRuntimeLifecycleListener

All Known Implementing Classes:
RuntimeLifecycleAdapter

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.

Since:
1.0
See Also:
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

runtimeAdded

void runtimeAdded(
IRuntime runtime)
A new runtime has been created.

Parameters:
runtime - the new runtime

runtimeChanged

void runtimeChanged(
IRuntime runtime)
An existing runtime has been updated or modified.

Parameters:
runtime - the modified runtime

runtimeRemoved

void runtimeRemoved(
IRuntime runtime)
A existing runtime has been removed.

Parameters:
runtime - the removed runtime



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire