Package jmri.jmrix.loconet
Class LnCabSignalManager
java.lang.Object
jmri.managers.AbstractCabSignalManager
jmri.jmrix.loconet.LnCabSignalManager
- All Implemented Interfaces:
CabSignalManager,Disposable
LocoNet implementation of the
This file is part of JMRI.
CabSignalManager interface.
This file is part of JMRI.
JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CabSignalcreateCabSignal(LocoAddress address) Create a new cab signal with the given address.Methods inherited from class jmri.managers.AbstractCabSignalManager
addCabSignalListListener, delCabSignal, dispose, getCabSignal, getCabSignalArray, getCabSignalList, notifyCabSignalListChanged, removeCabSignalListListener
-
Constructor Details
-
LnCabSignalManager
-
-
Method Details
-
createCabSignal
Create a new cab signal with the given address.- Specified by:
createCabSignalin classAbstractCabSignalManager- Parameters:
address- the address the cab signal is for- Returns:
- a new cab signal
-