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
ConstructorsConstructorDescriptionRegistrationStandardReflection(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 theRegistrationmethod- 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:RegistrationMethod to process a registration- Specified by:
processin classRegistration- Parameters:
event- the event to process- Throws:
Exception
-