Java in a Nutshell, 5th Edition [Electronic resources] نسخه متنی

This is a Digital Library

With over 100,000 free electronic resource in Persian, Arabic and English

Java in a Nutshell, 5th Edition [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید


Callbackjavax.security.auth.callback

Java 1.4

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 {
}


Implementations


ChoiceCallback,
ConfirmationCallback,
LanguageCallback, NameCallback,
PasswordCallback,
TextInputCallback,
TextOutputCallback

Passed To


CallbackHandler.handle( ),
UnsupportedCallbackException.UnsupportedCallbackException(
)

Returned By


UnsupportedCallbackException.getCallback( )


    / 1191