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


Field Summary
static String EMPTY_NODE
           
static String NEW_NODE_CONNECTION
           
static String NEW_NODE_READY
           
static String NEW_NODE_SELECTED
           
static String PLUGIN_ACTIVATED
           
static String PLUGIN_ADDED
           
static String PLUGIN_REMOVED
           
 
Method Summary
 java.awt.Component getGUI()
           
 String getName()
           
 String pluginLocation()
           
 void registerServicePlugin()
           
 void unregisterServicePlugin()
           
 
Methods inherited from interface java.beans.PropertyChangeListener
propertyChange
 

Field Detail

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
Method Detail

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.