Uses of Interface
com.sun.interview.Interview.Observer

Packages that use Interview.Observer
com.sun.interview This package provides a means for creating a set of questions to be asked by a "wizard". 
 

Uses of Interview.Observer in com.sun.interview
 

Methods in com.sun.interview with parameters of type Interview.Observer
 void Interview.addObserver(Interview.Observer o)
          Add an observer to monitor updates to the interview.
 void Interview.removeObserver(Interview.Observer o)
          Remove an observer previously registered to monitor updates to the interview.
 



Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved.