Interface AllowPluginCallback.Response
- Enclosing interface:
- AllowPluginCallback
public static interface AllowPluginCallback.Response
A response for
AllowPluginCallback
.-
Method Summary
Modifier and TypeMethodDescriptionstatic AllowPluginCallback.Response
allow()
Notifies the engine that the plugin is allowed to be used.static AllowPluginCallback.Response
deny()
Notifies the engine that the plugin isn't allowed at the moment.
-
Method Details
-
allow
Notifies the engine that the plugin is allowed to be used. -
deny
Notifies the engine that the plugin isn't allowed at the moment.
-