예제 #1
0
 private DeadState(KeyFormat <Key> keys, ActiveState.Factory stateFactory, VersionContextSupplier versionContextSupplier)
 {
     this._keys                  = keys;
     this.StateFactory           = stateFactory;
     this.VersionContextSupplier = versionContextSupplier;
 }
예제 #2
0
 internal Stopped(KeyFormat <Key> keys, ActiveState.Factory stateFactory, VersionContextSupplier versionContextSupplier) : base(keys, stateFactory, versionContextSupplier)
 {
 }
예제 #3
0
 internal NeedsCreation(KeyFormat <Key> keys, ActiveState.Factory stateFactory, RotationStrategy rotation, VersionContextSupplier versionContextSupplier) : base(keys, stateFactory, versionContextSupplier)
 {
     this.Rotation = rotation;
 }