Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jempeg.empeg.emplode.action
Interface ConfirmationListenerIfc  view ConfirmationListenerIfc download ConfirmationListenerIfc.java

All Known Implementing Classes:
PopupConfirmationListener

public interface ConfirmationListenerIfc

ConfirmationListenerIfc is passed into actions that need to be confirmed before executing.

Version:
$Revision: 1.7 $

Field Summary
static int CANCEL
           
static int NO
           
static int YES
           
static int YES_CHECKED
           
 
Method Summary
 int confirm(java.lang.Object _target)
          Confirm whether or not to perform the particular operation using the default message.
 int confirm(java.lang.String _message, java.lang.Object _target)
          Confirm whether or not to perform the particular operation.
 int confirm(java.lang.String _message, java.lang.String _checkboxMessage, java.lang.Object _target)
          Confirm whether or not to perform the particular operation.
 

Field Detail

YES

public static final int YES
See Also:
Constant Field Values

NO

public static final int NO
See Also:
Constant Field Values

CANCEL

public static final int CANCEL
See Also:
Constant Field Values

YES_CHECKED

public static final int YES_CHECKED
See Also:
Constant Field Values
Method Detail

confirm

public int confirm(java.lang.Object _target)
Confirm whether or not to perform the particular operation using the default message.


confirm

public int confirm(java.lang.String _message,
                   java.lang.Object _target)
Confirm whether or not to perform the particular operation.


confirm

public int confirm(java.lang.String _message,
                   java.lang.String _checkboxMessage,
                   java.lang.Object _target)
Confirm whether or not to perform the particular operation.