org.rubato.composer.plugin
Interface Plugin

All Known Implementing Classes:
ModuleMorphismPlugin

public interface Plugin

The interface, that a plug-in must implement. When a plug-in is load the method init is called.

Author:
Gérard Milmeister

Method Summary
 void init()
          Initializes the plugin-in.
 

Method Detail

init

void init()
Initializes the plugin-in.