org.homeunix.thecave.moss.plugin
Interface MossRunnablePlugin

All Superinterfaces:
MossPlugin, java.lang.Runnable
All Known Implementing Classes:
BuddiRunnablePlugin

public interface MossRunnablePlugin
extends MossPlugin, java.lang.Runnable

Author:
wyatt A generic plugin type, which should be loaded at the beginning of the session, just after the init() of the first frame is completed. You can use this plugin type for extending main program functionality. To aid in running this (and to potentially allow it to be run in a thread, if desired) this plugin implements Runnable.

Method Summary
 
Methods inherited from interface org.homeunix.thecave.moss.plugin.MossPlugin
getDescription, getMaximumVersion, getMinimumVersion, getName, isPluginActive
 
Methods inherited from interface java.lang.Runnable
run