Interface MissingPerspectiveStrategy
- All Known Implementing Classes:
DefaultMissingPerspectiveFactory
public interface MissingPerspectiveStrategy
This strategy is used by a
CControl or a CControlPerspective to create
CStationPerspectives for stations that are not (yet) registered at the
CControl.- Author:
- Benjamin Sigg
-
Method Summary
Modifier and TypeMethodDescriptioncreateStation(String id, Path typeId) Creates the station that representedid.
-
Method Details
-
createStation
Creates the station that representedid.- Parameters:
id- the identifier of the stationtypeId- the type of the station, this is the identifier that was returned byCStation.getTypeId(), can benull- Returns:
- the new perspective, can be
null
-