Package jmri.jmrit.blockboss
Class BlockBossLogicProvider
java.lang.Object
jmri.jmrit.blockboss.BlockBossLogicProvider
- All Implemented Interfaces:
Disposable,InstanceManagerAutoDefault
public class BlockBossLogicProvider
extends Object
implements Disposable, InstanceManagerAutoDefault
Provider for
BlockBossLogic objects-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddispose()Called when disposing of a disposable.provide(SignalHead signalHead) voidregister(BlockBossLogic blockBossLogic) voidremove(BlockBossLogic blockBossLogic)
-
Constructor Details
-
BlockBossLogicProvider
public BlockBossLogicProvider()
-
-
Method Details
-
provide
-
provide
-
register
-
remove
-
provideAll
-
dispose
Description copied from interface:DisposableCalled when disposing of a disposable.Note there are no assurances this method will not be called multiple times against a single instance of this Disposable. It is the responsibility of this Disposable to protect itself and the application from ensuring that calling this method multiple times has no unwanted side effects.
- Specified by:
disposein interfaceDisposable
-