java.lang.Object
it.rebirthproject.ufoeb.dto.EventMethodKey
A key for events used by the
EventBus
' maps internally- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEventMethodKey
(Class<?> eventClass, Method method) The constructor to create a BusEventKey -
Method Summary
-
Field Details
-
eventClass
The class of the event -
method
The callback method to invoke when a new notification for the listener needs to be delivered
-
-
Constructor Details
-
EventMethodKey
The constructor to create a BusEventKey- Parameters:
eventClass
- The class of the eventmethod
- The method that listens to the event
-
-
Method Details