de.schlichtherle.truezip.key
Class PromptingKeyProvider.WriteController<K extends SafeKey<K>>
java.lang.Object
de.schlichtherle.truezip.key.PromptingKeyProvider.Controller<K>
de.schlichtherle.truezip.key.PromptingKeyProvider.WriteController<K>
- Enclosing class:
- PromptingKeyProvider<K extends SafeKey<K>>
private static class PromptingKeyProvider.WriteController<K extends SafeKey<K>>
- extends PromptingKeyProvider.Controller<K>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PromptingKeyProvider.WriteController
private PromptingKeyProvider.WriteController(PromptingKeyProvider<K> provider,
PromptingKeyProvider.State state)
setChangeRequested
public void setChangeRequested(boolean changeRequested)
- Description copied from class:
PromptingKeyProvider.Controller
- Requests to prompt the user for a new key upon the next call to
SafeKeyProvider.getWriteKey(), provided that the key is
set by then.
- Overrides:
setChangeRequested in class PromptingKeyProvider.Controller<K extends SafeKey<K>>
- Parameters:
changeRequested - whether or not the user shall get prompted
for a new key upon the next call to SafeKeyProvider.getWriteKey(),
provided that the key is set then.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.