Interface fever.FeverApplication

Description

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() );
   }
 

See Also

Method Index

run()

Method Detail

run

public function run():Void

Calls when Fever is ready and configuration is loaded (if any).