net.sf.jeters.componentInterface
Interface Component

All Known Subinterfaces:
InputComponent<T>, InputComponent_Series<T>, OutputComponent<T>, ReplacerComponent<I,O>, UIComponent, UIComponent_HomeView
All Known Implementing Classes:
DefaultCLI, DefaultGUI, FileIO, MediaWikiIO, RegExReplacer, RegExReplacer_User, UserIO

public interface Component

interface implemented by all JETERS components. You don't need to explicitly implement it, as it is extended by all specialized component interfaces (like InputComponent) and doesn't contain any methods. However, it is useful for instanceof-checks.

Version:
[development]
Author:
Tobias Knerr