talx x1.0.5

talx.controller.base
Class DialogInterceptor.DialogRunner

java.lang.Object
  extended bytalx.controller.base.DialogInterceptor.DialogRunner
Enclosing class:
DialogInterceptor

public class DialogInterceptor.DialogRunner
extends java.lang.Object

Class used by DialogTree to handle yes or no clicks. This class can be used as is by DialogTrees that want to simply cancel the root action without any further processing. Other behaviors can be accomplished by overriding the run method.


Constructor Summary
DialogInterceptor.DialogRunner()
           
 
Method Summary
 void run(Controller c)
          Called by doYes and/or doNo in DialogTree.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DialogInterceptor.DialogRunner

public DialogInterceptor.DialogRunner()
Method Detail

run

public void run(Controller c)
Called by doYes and/or doNo in DialogTree. The behavior of this class is to cancel the root action.


talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.