Index

C D E G I O P R S 
All Classes and Interfaces|All Packages

C

ClassUtil - Class in com.github.philippheuer.events4j.simple.util
 
ClassUtil() - Constructor for class com.github.philippheuer.events4j.simple.util.ClassUtil
 
close() - Method in class com.github.philippheuer.events4j.simple.SimpleEventHandler
Shutdown
com.github.philippheuer.events4j.simple - package com.github.philippheuer.events4j.simple
 
com.github.philippheuer.events4j.simple.domain - package com.github.philippheuer.events4j.simple.domain
 
com.github.philippheuer.events4j.simple.util - package com.github.philippheuer.events4j.simple.util
 

D

dispose() - Method in class com.github.philippheuer.events4j.simple.domain.SimpleEventHandlerSubscription
Dispose

E

EventSubscriber - Annotation Interface in com.github.philippheuer.events4j.simple.domain
Marks method that only have a event as parameter and should handle said event

G

getConsumer() - Method in class com.github.philippheuer.events4j.simple.domain.SimpleEventHandlerSubscription
 
getConsumerBasedHandlers() - Method in class com.github.philippheuer.events4j.simple.SimpleEventHandler
Consumer based handlers
getEventType() - Method in class com.github.philippheuer.events4j.simple.domain.SimpleEventHandlerSubscription
 
getInheritanceTree(Class<?>) - Static method in class com.github.philippheuer.events4j.simple.util.ClassUtil
get inheritance tree from a base class

I

isDisposed() - Method in class com.github.philippheuer.events4j.simple.domain.SimpleEventHandlerSubscription
 

O

onEvent(Class<E>, Consumer<E>) - Method in class com.github.philippheuer.events4j.simple.SimpleEventHandler
Registers a new consumer based event handler

P

publish(Object) - Method in class com.github.philippheuer.events4j.simple.SimpleEventHandler
Dispatched a event to the simple based method listeners.

R

registerListener(Object) - Method in class com.github.philippheuer.events4j.simple.SimpleEventHandler
Registers a listener using EventSubscriber method annotations.

S

SimpleEventHandler - Class in com.github.philippheuer.events4j.simple
 
SimpleEventHandler() - Constructor for class com.github.philippheuer.events4j.simple.SimpleEventHandler
 
SimpleEventHandlerSubscription - Class in com.github.philippheuer.events4j.simple.domain
 
SimpleEventHandlerSubscription(SimpleEventHandler, Class<?>, Consumer<?>) - Constructor for class com.github.philippheuer.events4j.simple.domain.SimpleEventHandlerSubscription
 
C D E G I O P R S 
All Classes and Interfaces|All Packages