- java.lang.Object
-
- ej.ecom.RegistrationEvent<D>
-
public class RegistrationEvent<D extends Device> extends Object
TheRegistrationEventclass.- See Also:
RegistrationListener
-
-
Constructor Summary
Constructors Constructor Description RegistrationEvent(D device)Creates a newRegistrationEventwith the specified device.
-
-
-
Constructor Detail
-
RegistrationEvent
public RegistrationEvent(D device)
Creates a newRegistrationEventwith 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.
-
-