public class RegistrationEvent<D extends Device>
extends java.lang.Object
RegistrationEvent class.RegistrationListener| Constructor and Description | 
|---|
RegistrationEvent(D device)
Creates a new  
RegistrationEvent with the specified device. | 
| Modifier and Type | Method and Description | 
|---|---|
D | 
getDevice()
Returns the registered or unregistered device. 
 | 
public RegistrationEvent(D device)
RegistrationEvent with the specified device.device - the registered or unregistered device.public D getDevice()