public interface IObserverCenterPlugin
Modifier and Type | Method and Description |
---|---|
String |
getIconPath()
Returns the path to the icon for the plugin in the toolbar.
|
String |
getName()
Returns the name of the plugin
|
Component |
getView()
Returns the viewable component of the plugin
|
void |
refresh()
Refreshes the display
|
void |
shutdown()
Stops the plugin
|
void |
start(ObserverCenter main)
Starts the plugin
|
void start(ObserverCenter main)
the
- observer centervoid shutdown()
String getName()
String getIconPath()
Component getView()
void refresh()
Copyright © 2012. All Rights Reserved.