jwo.utils
Interface JWDialogueListener

All Known Implementing Classes:
GUIFrame

public interface JWDialogueListener

Interface for objects that need to be updated when a non-modal dialogue is closed.

Version:
1.8.0, 4th May, 1999.
Author:
Jo Wood

Method Summary
 void updateFromDialogue(JWDialogue dialogueBox)
          Update from dialogue box.
 

Method Detail

updateFromDialogue

public void updateFromDialogue(JWDialogue dialogueBox)
Update from dialogue box.

Parameters:
dialogueBox - Dialogue box from which to update.