Interface CommonStationDelegate<S extends CommonDockStation<?,?>>

Type Parameters:
S - the type of DockStation this delegate represents

public interface CommonStationDelegate<S extends CommonDockStation<?,?>>
Implements several methods that could be used by a CommonDockStation. Instances of this interface are most times used as delegate by a CommonDockStation.
Author:
Benjamin Sigg