Package org.graffiti.managers
Class DefaultURLattributeActionManager
java.lang.Object
org.graffiti.managers.DefaultURLattributeActionManager
- All Implemented Interfaces:
PluginManagerListener
,URLattributeActionManager
public class DefaultURLattributeActionManager extends Object implements URLattributeActionManager
-
Constructor Summary
Constructors Constructor Description DefaultURLattributeActionManager()
-
Method Summary
Modifier and Type Method Description Collection<URLattributeAction>
getActions()
void
pluginAdded(GenericPlugin plugin, PluginDescription desc)
Called by the plugin manager, iff a plugin has been added.
-
Constructor Details
-
DefaultURLattributeActionManager
public DefaultURLattributeActionManager()
-
-
Method Details
-
pluginAdded
Description copied from interface:PluginManagerListener
Called by the plugin manager, iff a plugin has been added.- Specified by:
pluginAdded
in interfacePluginManagerListener
- Parameters:
plugin
- the added plugin.desc
- the description of the new plugin.
-
getActions
- Specified by:
getActions
in interfaceURLattributeActionManager
-