public class EventListeners extends Object
Constructor and Description |
---|
EventListeners() |
Modifier and Type | Method and Description |
---|---|
static boolean |
has(Class<?> listenerClass,
Class<?> eventClass)
Returns true iff the listener class has a handler for the event class.
|
public static boolean has(Class<?> listenerClass, Class<?> eventClass)
listenerClass
- the Class of the listenereventClass
- the Class of the eventCopyright © 2002-2019 Atlassian. All Rights Reserved.