Main application behaviour.
If you want to use Fever'APIs, your main class must implement FeverApplication interface, and use fever.Fever.run method to start your application.
Example
public static function main() : Void { Fever.run( new MainTest() ); }