Package-level declarations

The plugin service callbacks.

The plugin service callbacks.

Types

Link copied to clipboard
public interface AllowPluginCallback implements PluginsSyncCallback<P, R>
public interface AllowPluginCallback implements PluginsSyncCallback<P, R>
This callback is invoked when the engine wants to check whether a specific plugin is allowed or not.
Link copied to clipboard
public interface PluginsCallback implements Callback
public interface PluginsCallback implements Callback
A common interface for all plugin service callbacks must extend.
Link copied to clipboard
public interface PluginsSyncCallback<P, R> implements PluginsCallback, SyncCallback<P, R>
public interface PluginsSyncCallback<P, R> implements PluginsCallback, SyncCallback<P, R>
A common interface for all synchronous plugin service callbacks must extend.