JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
de.luckymcdev.foundryengine.common.event
EventCallback
Contents
Description
Method Summary
Method Details
execute(T)
Hide sidebar
Show sidebar
Interface EventCallback<
T
>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface
EventCallback<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
execute
(
T
event)
Method Details
execute
void
execute
(
T
event)