|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Plugin
The root interface in the Plugin interface hierarchy. Do not implement this interface directly, use one of the subinterfaces instead.
This interface specifies methods that are used for all Plugins. These methods are called to control lifecycle of the Plugin. Since Plugins are based on schedules a new instance of the Plugin class is created for every schedule. Every Plugin has to provide a default constructor (a public constructor without parameters). Since the life cycle of the Plugin is controlled by the Plugin interfaces methods, the default constructor should be left empty.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |