org.hawk.module
Interface IModule

All Known Implementing Classes:
FileModule, HttpModule, MathModule, SystemModule

public interface IModule

This represents hawk module interface. Target application's main module need to implement startup for its initialization.

See Also:
LibraryModule

Method Summary
 boolean reset()
          This resets one cycle of execution.
 boolean startUp()
          The target application's main module needs to implement it for its initialization.
 

Method Detail

startUp

boolean startUp()
The target application's main module needs to implement it for its initialization.

Returns:

reset

boolean reset()
This resets one cycle of execution. This is useful when hawk is run in property mode.

Returns: