public class NoCallbackHandler extends Object implements CallbackHandler, Serializable
Constructor and Description |
---|
NoCallbackHandler(Map<String,Object> items)
Creates a new instance of NoCallbackHandler
|
Modifier and Type | Method and Description |
---|---|
void |
handle(Callback[] callbacks)
Invoke an array of Callbacks.
|
public void handle(Callback[] callbacks) throws UnsupportedCallbackException
handle
in interface CallbackHandler
callbacks
- an array of Callback
objects that will be given
the informations given to the handler at its creation, they
must be NoCallback
s.UnsupportedCallbackException
- if the implementation of this method does not support one
or more of the Callbacks specified in the
callbacks
parameter.