Package net.tnemc.plugincore.core.utils
Class HandlerResponse
java.lang.Object
net.tnemc.plugincore.core.utils.HandlerResponse
This represents a response from an event handler that should be returned to the implementation.
- Since:
- 0.1.2.0
- Author:
- creatorfromhell
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setCancelled
(boolean cancelled) void
setResponse
(String response)
-
Constructor Details
-
HandlerResponse
-
-
Method Details
-
getResponse
-
setResponse
-
isCancelled
-
setCancelled
-