Package ej.ecom

Class RegistrationEvent<D extends Device>

    • Constructor Detail

      • RegistrationEvent

        public RegistrationEvent​(D device)
        Creates a new RegistrationEvent with the specified device.
        Parameters:
        device - the registered or unregistered device.
    • Method Detail

      • getDevice

        public D getDevice()
        Returns the registered or unregistered device.
        Returns:
        the registered or unregistered device.