org.apache.felix.mosgi.console.ifc
Interface Plugin
- All Superinterfaces:
- EventListener, java.beans.PropertyChangeListener
- All Known Subinterfaces:
- CommonPlugin
public interface Plugin
- extends java.beans.PropertyChangeListener
Methods inherited from interface java.beans.PropertyChangeListener |
propertyChange |
NEW_NODE_SELECTED
static final String NEW_NODE_SELECTED
- See Also:
- Constant Field Values
NEW_NODE_READY
static final String NEW_NODE_READY
- See Also:
- Constant Field Values
NEW_NODE_CONNECTION
static final String NEW_NODE_CONNECTION
- See Also:
- Constant Field Values
EMPTY_NODE
static final String EMPTY_NODE
- See Also:
- Constant Field Values
PLUGIN_ADDED
static final String PLUGIN_ADDED
- See Also:
- Constant Field Values
PLUGIN_REMOVED
static final String PLUGIN_REMOVED
- See Also:
- Constant Field Values
PLUGIN_ACTIVATED
static final String PLUGIN_ACTIVATED
- See Also:
- Constant Field Values
getName
String getName()
getGUI
java.awt.Component getGUI()
registerServicePlugin
void registerServicePlugin()
unregisterServicePlugin
void unregisterServicePlugin()
pluginLocation
String pluginLocation()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.