de.schlichtherle.key
Interface KeyManager.KeyProviderCommand

Enclosing class:
KeyManager

protected static interface KeyManager.KeyProviderCommand

Implemented by sub classes to define commands which shall be executed on key providers with the KeyManager.forEachKeyProvider(de.schlichtherle.key.KeyManager.KeyProviderCommand) method.


Method Summary
 void run(String resourceID, KeyProvider provider)
           
 

Method Detail

run

void run(String resourceID,
         KeyProvider provider)