org.alliance
Interface Subsystem

All Known Implementing Classes:
CoreSubsystem, TrayIconSubsystem, UISubsystem

public interface Subsystem

Created by IntelliJ IDEA. User: maciek Date: 2005-dec-30 Time: 16:47:11


Method Summary
 void init(com.stendahls.resourceloader.ResourceLoader rl, java.lang.Object... params)
           
 void shutdown()
           
 

Method Detail

init

void init(com.stendahls.resourceloader.ResourceLoader rl,
          java.lang.Object... params)
          throws java.lang.Exception
Throws:
java.lang.Exception

shutdown

void shutdown()