EventListener.accepts

Returns {@code true} if the listener instance can process the specified event object, {@code false} otherwise. @param event the event object to test @return {@code true} if the listener instance can process the specified event object, {@code false} otherwise.

interface EventListener
bool
accepts
(
Object event
)

Meta