ciips.animation
Interface InputCompleteListener

All Known Implementing Classes:
AlgThread

public interface InputCompleteListener

An InputCompleteListener expects to be sent an InputEvent containing a String and a reference to the source of the input


Method Summary
 void inputComplete(InputDialogEvent e)
          Method which will be notified when an InputDialog completes
 

Method Detail

inputComplete

public void inputComplete(InputDialogEvent e)
Method which will be notified when an InputDialog completes