Interface CommonDockStation<S extends DockStation,C extends CommonDockStation<S,C>>

Type Parameters:
S - the kind of station this wraps
C - the kind of CommonDockStation this is
All Superinterfaces:
CommonElement, DockComponentRoot, DockElement, DockStation
All Known Implementing Classes:
CFlapDockStation, CScreenDockStation, CSplitDockStation

public interface CommonDockStation<S extends DockStation,C extends CommonDockStation<S,C>> extends CommonElement, DockStation
An interface that can be implemented by classes that extend a DockStation and that represent a CStation.
Author:
Benjamin Sigg