rcm.awt
Class PopupAdapter

java.lang.Object
  |
  +--rcm.awt.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, 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