March 2005
Beginner to intermediate
1254 pages
104h 21m
English
Callback
This interface defines no methods but
serves as a “marker interface” to
identify the type of objects that can be passed to the
handle( ) method of a
CallbackHandler. All of the classes in this
package, with the exception of
UnsupportedCallbackException implement this
interface.
public interface Callback {
}
ChoiceCallback,
ConfirmationCallback,
LanguageCallback, NameCallback,
PasswordCallback,
TextInputCallback,
TextOutputCallback
CallbackHandler.handle( ),
UnsupportedCallbackException.UnsupportedCallbackException(
)
UnsupportedCallbackException.getCallback( )
Read now
Unlock full access