Package jmri.implementation
Class PermissionAddressedProgrammer
java.lang.Object
jmri.implementation.PermissionProgrammer
jmri.implementation.PermissionAddressedProgrammer
- All Implemented Interfaces:
AddressedProgrammer,Disposable,Programmer
public class PermissionAddressedProgrammer
extends PermissionProgrammer
implements AddressedProgrammer
An addressed programmer which supports permissions.
-
Nested Class Summary
Nested classes/interfaces inherited from interface jmri.Programmer
Programmer.Configurator, Programmer.WriteConfirmMode -
Field Summary
Fields inherited from class jmri.implementation.PermissionProgrammer
_programmer -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jmri.implementation.PermissionProgrammer
addPropertyChangeListener, confirmCV, decodeErrorCode, getCanRead, getCanRead, getCanWrite, getCanWrite, getConfigurator, getMode, getSupportedModes, getWriteConfirmMode, readCV, readCV, removePropertyChangeListener, setMode, throttleUserRequest, writeCVMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jmri.Programmer
addPropertyChangeListener, confirmCV, decodeErrorCode, dispose, getCanRead, getCanRead, getCanWrite, getCanWrite, getConfigurator, getMode, getSupportedModes, getWriteConfirmMode, notifyProgListenerEnd, readCV, readCV, removePropertyChangeListener, setMode, writeCV
-
Constructor Details
-
PermissionAddressedProgrammer
-
-
Method Details
-
getPermission
- Overrides:
getPermissionin classPermissionProgrammer
-
getLongAddress
- Specified by:
getLongAddressin interfaceAddressedProgrammer
-
getAddressNumber
- Specified by:
getAddressNumberin interfaceAddressedProgrammer
-
getAddress
- Specified by:
getAddressin interfaceAddressedProgrammer
-