org.openmrs.module
Interface Activator


public interface Activator

This interface must be implemented by modules and referenced by the Module-Activator property in the module manifest

Version:
1.0

Method Summary
 void shutdown()
          Called on module end
 void startup()
          Called on module start/load
 

Method Detail

startup

void startup()
Called on module start/load


shutdown

void shutdown()
Called on module end


OpenMRS-trunk

Generated May 29 2008 02:01 AM. NOTE - these libraries are in active development and subject to change