Class RegistrationStandardReflection

java.lang.Object
it.rebirthproject.ufoeb.dto.registrations.Registration
it.rebirthproject.ufoeb.dto.registrations.RegistrationStandardReflection

public class RegistrationStandardReflection extends Registration
DTO Representing all the data of a listener to register in the system.
  • Constructor Details

    • RegistrationStandardReflection

      public RegistrationStandardReflection(Object listener, Method method, int priority)
      Parameters:
      listener - The listener of the Registration
      method - The callback method to invoke when a new notification for the listener needs to be delivered
      priority - The priority of the Registration
  • Method Details