Interface JavaClientPermanentPlugin

All Superinterfaces:
Plugin, Public

public interface JavaClientPermanentPlugin extends Plugin
A marker for a FirstSpirit plug-in that is to run permanently, i.e., throughout a java client's lifetime. It will be set up right after the host got started and a project has been selected and before any other kind of plug-in. Still, there is no guarantee to any order permanent plug-ins get started.
Since:
5.0.100
  • Method Summary

    Methods inherited from interface de.espirit.firstspirit.client.plugin.Plugin

    setUp, tearDown