ter.SDK
Interface Plugin

All Known Subinterfaces:
Controler, Manager, View
All Known Implementing Classes:
AbstractControler, AbstractManager, AbstractView

public interface Plugin

Title: Interface Plugin

Description: Interface Plugin must be implemented by any plugin

 Note that a plugin must have the default constructor with no
 parameter
 

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
Jerôme GAHIDE - Lucas CHARBIT - Gabriel ZERBIB - Xavier GALBOIS

Method Summary
 java.lang.String getName()
          returns the name of the plugin
 int getType()
          return the type of the Plugin
 

Method Detail

getName

public java.lang.String getName()
returns the name of the plugin

Returns:
the name of the plugin

getType

public int getType()
return the type of the Plugin

Returns:
the type of the Plugin
See Also:
PluginTypes