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.

Method Summary
 void destroy()
           
 void resume()
           
 void shutdown()
           
 void startup()
           
 void suspend()
           
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

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

Copyright 2006 IBM Corporation and others.
All Rights Reserved.