Package com.cosylab.vdct.plugin
Interface Plugin
-
- All Known Subinterfaces:
ContextPopupPlugin
,DebugPlugin
,ExportPlugin
,LinkTypeConfigPlugin
,MenuPlugin
,NameConfigPlugin
- All Known Implementing Classes:
ApplicationRunnerPlugin
,CosyBeansPlugin
,DebugSimulator
,ExportSimulator
,LinkTypeConfig
,MenuPluginExample
,NameConfigExample
,PopupPluginRecordHandlerExample
public interface Plugin
Insert the class' description here. Creation date: (6.12.2001 22:04:25)- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
destroy()
Insert the method's description here.String
getAuthor()
Insert the method's description here.String
getDescription()
Insert the method's description here.String
getName()
Insert the method's description here.String
getVersion()
Insert the method's description here.void
init(Properties properties, PluginContext context)
Insert the method's description here.void
start()
Insert the method's description here.void
stop()
Insert the method's description here.
-
-
-
Method Detail
-
destroy
void destroy()
Insert the method's description here. Creation date: (6.12.2001 22:04:45)
-
getAuthor
String getAuthor()
Insert the method's description here. Creation date: (6.12.2001 22:10:35)- Returns:
- java.lang.String
-
getDescription
String getDescription()
Insert the method's description here. Creation date: (6.12.2001 22:09:48)- Returns:
- java.lang.String
-
getName
String getName()
Insert the method's description here. Creation date: (6.12.2001 22:04:45)- Returns:
- something
-
getVersion
String getVersion()
Insert the method's description here. Creation date: (6.12.2001 22:10:05)- Returns:
- java.lang.String
-
init
void init(Properties properties, PluginContext context)
Insert the method's description here. Creation date: (6.12.2001 22:04:45)- Parameters:
properties
- propertiescontext
- context
-
start
void start()
Insert the method's description here. Creation date: (6.12.2001 22:04:45)
-
stop
void stop()
Insert the method's description here. Creation date: (6.12.2001 22:04:45)
-
-