com.samskivert.util
Interface DebugChords.Hook

Enclosing class:
DebugChords

public static interface DebugChords.Hook

Provides the mechanism by which code is provided to be run when a user depresses a particular key combination.


Method Summary
 void invoke()
          Called when a key combination to which this hook is bound is invoked.
 

Method Detail

invoke

void invoke()
Called when a key combination to which this hook is bound is invoked.



Copyright © 2000-2008 Michael Bayne. All Rights Reserved.