org.xnap.commons.gui.completion
Interface CompletionModeListener

All Known Implementing Classes:
CompletionModeSetting

public interface CompletionModeListener

Classes that want to be notified of completion mode changes can implement this interface and add themselves to a Completion object using Completion.addCompletionModeListener(CompletionModeListener).

Author:
Felix Berger

Method Summary
 void modeChanged(Class oldMode, Class newMode)
          Invoked when a completion mode change took place.
 

Method Detail

modeChanged

void modeChanged(Class oldMode,
                 Class newMode)
Invoked when a completion mode change took place.

Parameters:
oldMode - the old completion mode
newMode - the new completion mode


Copyright © 2004-2007 XNap Commons Team. All Rights Reserved.