plugins
Interface IPlugin

All Known Subinterfaces:
ILib

public interface IPlugin

This is the interface all hoplugins need to implement All implementations need a std construtor without params!


Field Summary
static double VERSION
          PluginInterface Version used by this HO-Version
 
Method Summary
 java.lang.String getName()
          Name of Plugin
 void start(IHOMiniModel model)
          method called from ho to start plugin
 

Field Detail

VERSION

static final double VERSION
PluginInterface Version used by this HO-Version

See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()
Name of Plugin

Returns:
TODO Missing Return Method Documentation

start

void start(IHOMiniModel model)
method called from ho to start plugin

Parameters:
model - TODO Missing Constructuor Parameter Documentation