Module it.rebirthproject.ufoeb
Class RegistrationStandardReflection
java.lang.Object
it.rebirthproject.ufoeb.dto.registrations.Registration
it.rebirthproject.ufoeb.dto.registrations.RegistrationStandardReflection
DTO Representing all the data of a listener to register in the system.
-
Field Summary
Fields inherited from class it.rebirthproject.ufoeb.dto.registrations.Registration
listener, method, priority
-
Constructor Summary
ConstructorDescriptionRegistrationStandardReflection
(Object listener, Method method, int priority) -
Method Summary
Methods inherited from class it.rebirthproject.ufoeb.dto.registrations.Registration
getListener, getMethod, getPriority
-
Constructor Details
-
RegistrationStandardReflection
- Parameters:
listener
- The listener of theRegistration
method
- The callback method to invoke when a new notification for the listener needs to be deliveredpriority
- The priority of theRegistration
-
-
Method Details
-
process
Description copied from class:Registration
Method to process a registration- Specified by:
process
in classRegistration
- Parameters:
event
- the event to process- Throws:
Exception
-