Make CallbackEventHandler final
This commit is contained in:
parent
d3abb0aca3
commit
c614beb063
@ -9,7 +9,7 @@ import java.util.function.Consumer;
|
|||||||
* @author Kai S. K. Engelbart
|
* @author Kai S. K. Engelbart
|
||||||
* @since 1.2.0
|
* @since 1.2.0
|
||||||
*/
|
*/
|
||||||
public class CallbackEventHandler implements EventHandler {
|
public final class CallbackEventHandler implements EventHandler {
|
||||||
|
|
||||||
private final Class<?> eventType;
|
private final Class<?> eventType;
|
||||||
private final Consumer<Object> callback;
|
private final Consumer<Object> callback;
|
||||||
|
Loading…
Reference in New Issue
Block a user