org.sakaiproject.api.common.manager
Interface LifeCycleAware


public interface LifeCycleAware

Author:
Lance Speelmon

Method Summary
 boolean isInitialized()
          If other Managers are dependent on this manager, they may need to be aware of the initialization state.
 

Method Detail

isInitialized

boolean isInitialized()
If other Managers are dependent on this manager, they may need to be aware of the initialization state. This can help resolve circular dependencies at startup.

Returns:


Copyright © 2004-2013 Sakai Project. All Rights Reserved.