Package-level declarations

Contains the common interfaces that all callbacks must extend.

Contains the common interfaces that all callbacks must extend.

Types

Link copied to clipboard
interface Advisable<P : Callback?>
interface Advisable<P : Callback?>
A common interface that all objects providing callbacks must implement.
Link copied to clipboard
A common interface that all asynchronous callbacks must extend.
Link copied to clipboard
abstract class AsyncCallbackAction<R>
abstract class AsyncCallbackAction<R>
An action providing a response to an asynchronous callback.
Link copied to clipboard
interface Callback
interface Callback
A common interface that all callbacks must extend.
Link copied to clipboard
A common interface that all synchronous callbacks must extend.