org.homeunix.thecave.moss.plugin
Interface MossActionPlugin

All Superinterfaces:
java.awt.event.ActionListener, java.util.EventListener, MossPlugin

public interface MossActionPlugin
extends MossPlugin, java.awt.event.ActionListener

A plugin interface which extends ActionListener. This allows the plugin to be attached to buttons and components in the interface.

Author:
wyatt

Method Summary
 
Methods inherited from interface org.homeunix.thecave.moss.plugin.MossPlugin
getDescription, getMaximumVersion, getMinimumVersion, getName, isPluginActive
 
Methods inherited from interface java.awt.event.ActionListener
actionPerformed