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
 void destroy()
          Insert the method's description here.
 java.lang.String getAuthor()
          Insert the method's description here.
 java.lang.String getDescription()
          Insert the method's description here.
 java.lang.String getName()
          Insert the method's description here.
 java.lang.String getVersion()
          Insert the method's description here.
 void init(java.util.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)

Parameters:
-

getAuthor

java.lang.String getAuthor()
Insert the method's description here. Creation date: (6.12.2001 22:10:35)

Returns:
java.lang.String

getDescription

java.lang.String getDescription()
Insert the method's description here. Creation date: (6.12.2001 22:09:48)

Returns:
java.lang.String

getName

java.lang.String getName()
Insert the method's description here. Creation date: (6.12.2001 22:04:45)

Parameters:
-
Returns:

getVersion

java.lang.String getVersion()
Insert the method's description here. Creation date: (6.12.2001 22:10:05)

Returns:
java.lang.String

init

void init(java.util.Properties properties,
          PluginContext context)
Insert the method's description here. Creation date: (6.12.2001 22:04:45)

Parameters:
-

start

void start()
Insert the method's description here. Creation date: (6.12.2001 22:04:45)

Parameters:
-

stop

void stop()
Insert the method's description here. Creation date: (6.12.2001 22:04:45)

Parameters:
-