websphinx.util
Class PopupAdapter

java.lang.Object
  |
  +--websphinx.util.PopupAdapter
All Implemented Interfaces:
PopupListener

public class PopupAdapter
extends java.lang.Object
implements PopupListener


Constructor Summary
PopupAdapter()
           
 
Method Summary
 void cancel(PopupEvent e)
           
 void no(PopupEvent e)
           
 void yes(PopupEvent e)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

PopupAdapter

public PopupAdapter()
Method Detail

yes

public void yes(PopupEvent e)
Specified by:
yes in interface PopupListener

no

public void no(PopupEvent e)
Specified by:
no in interface PopupListener

cancel

public void cancel(PopupEvent e)
Specified by:
cancel in interface PopupListener