File
Doc
Category
Size
Date
Package
AnswerListener.java
API Doc
Example
924
Sat Jan 24 10:44:38 GMT 2004
je3.beans
AnswerListener
public interface AnswerListener implements EventListener
Classes that want to be notified when the user clicks a button in a YesNoPanel should implement this interface. The method invoked depends on which button the user clicked.
Fields Summary
Constructors Summary
Methods Summary
public void
cancel
(
AnswerEvent
e)
public void
no
(
AnswerEvent
e)
public void
yes
(
AnswerEvent
e)
Java Code Source