org.eclipse.corona.core.resources
Interface ILifeCycleAdaptor
- All Superinterfaces:
- org.eclipse.core.runtime.IAdaptable
public interface ILifeCycleAdaptor
- extends org.eclipse.core.runtime.IAdaptable
- Author:
- BFHJAH0
This interface implements the Corona Container LifeCycle.
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
startup
void startup()
throws LifeCycleException
- Throws:
LifeCycleException
shutdown
void shutdown()
throws LifeCycleException
- Throws:
LifeCycleException
suspend
void suspend()
throws LifeCycleException
- Throws:
LifeCycleException
resume
void resume()
throws LifeCycleException
- Throws:
LifeCycleException
destroy
void destroy()
throws LifeCycleException
- Throws:
LifeCycleException