RADIUS Client API (V3)

com.theorem.radius3.login
Class RADIUSConfirmationCallback

Object
  extended byConfirmationCallback
      extended byRADIUSConfirmationCallback
All Implemented Interfaces:
Callback, RADIUSCallback, Serializable

public final class RADIUSConfirmationCallback
extends ConfirmationCallback
implements RADIUSCallback

Class to handle a confirmation callback. This class is currently unused and is reserved for future use.

Access to data handling methods in this class may only be performed when isReady() returns true.

This is a handler class.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class ConfirmationCallback
CANCEL, ERROR, INFORMATION, NO, OK, OK_CANCEL_OPTION, UNSPECIFIED_OPTION, WARNING, YES, YES_NO_CANCEL_OPTION, YES_NO_OPTION
 
Method Summary
 boolean isReady()
          Determine if the values in the callback class are ready to be accessed or modified.
 void setReady(boolean setting)
          Set the Callback ready indicator.
 
Methods inherited from class ConfirmationCallback
getDefaultOption, getMessageType, getOptions, getOptionType, getPrompt, getSelectedIndex, setSelectedIndex
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setReady

public void setReady(boolean setting)
Set the Callback ready indicator.

Specified by:
setReady in interface RADIUSCallback
Parameters:
setting - Set to true if this instance is ready to read / write data.

isReady

public boolean isReady()
Determine if the values in the callback class are ready to be accessed or modified.

Specified by:
isReady in interface RADIUSCallback
Returns:
True if the instance's data may be read or written.

RADIUS Client API (V3)

Submit a bug report or feature request

Copyright 1998-2008 AXL Software. PO Box 97, Viola, Delaware 19979, U.S.A. All Rights Reserved.