Package tigase.eventbus.impl
Class ReflectEventRoutedTransientFiller
- java.lang.Object
-
- tigase.eventbus.impl.ReflectEventRoutedTransientFiller
-
- All Implemented Interfaces:
EventRoutedTransientFiller
public class ReflectEventRoutedTransientFiller extends Object implements EventRoutedTransientFiller
Class responsible for calling method on consumer instance which will fill event transient fields.- Author:
- andrzej
-
-
Constructor Summary
Constructors Constructor Description ReflectEventRoutedTransientFiller(Class eventClass, Object consumer, Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)booleanfillEvent(Object event)ClassgetEventClass()inthashCode()
-
-
-
Method Detail
-
fillEvent
public boolean fillEvent(Object event)
- Specified by:
fillEventin interfaceEventRoutedTransientFiller
-
getEventClass
public Class getEventClass()
- Specified by:
getEventClassin interfaceEventRoutedTransientFiller
-
-