Interface AllowPluginCallback.Response
- Enclosing interface:
- AllowPluginCallback
public static interface AllowPluginCallback.Response
A response for
AllowPluginCallback.-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic AllowPluginCallback.Responseallow()Notifies the engine that the plugin is allowed to be used.static AllowPluginCallback.Responsedeny()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.
-