org.annotation.wordfreak
Interface WordFreakKeyboardFocusManager.KeyBufferListener

All Known Implementing Classes:
AnnotationManager
Enclosing interface:
WordFreakKeyboardFocusManager

public static interface WordFreakKeyboardFocusManager.KeyBufferListener

Interface by which listener components are notified of the status of the key buffer.


Method Summary
 void updateKeyBuffer(java.lang.String buffer)
          indicates that the key buffer has changed and now contains the specified buffer contents.
 

Method Detail

updateKeyBuffer

public void updateKeyBuffer(java.lang.String buffer)
indicates that the key buffer has changed and now contains the specified buffer contents.

Parameters:
buffer - The contents of the key buffer.


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.