|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CStationContainerListener
This listener is added to a CStationContainer and receives an event if
either CStations are added or removed from the container.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void added(CStationContainer source,
CStation<?> station)
station has been added to source.
source - the source of the eventstation - the newly added station
void removed(CStationContainer source,
CStation<?> station)
station has been removed from source.
source - the source of the eventstation - the station that was removed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||