public interface CStationContainerListener
CStationContainer
and receives an event if
either CStation
s are added or removed from the container.Modifier and Type | Method and Description |
---|---|
void |
added(CStationContainer source,
CStation<?> station)
Called after
station has been added to source . |
void |
removed(CStationContainer source,
CStation<?> station)
Called after
station has been removed from source . |
void added(CStationContainer source, CStation<?> station)
station
has been added to source
.source
- the source of the eventstation
- the newly added stationvoid removed(CStationContainer source, CStation<?> station)
station
has been removed from source
.source
- the source of the eventstation
- the station that was removed