@Beta public final class PiPipeconfDeviceMappingEvent extends AbstractEvent<PiPipeconfDeviceMappingEvent.Type,DeviceId>
Modifier and Type | Class and Description |
---|---|
static class |
PiPipeconfDeviceMappingEvent.Type
Type of pipeconf to device mapping event.
|
Constructor and Description |
---|
PiPipeconfDeviceMappingEvent(PiPipeconfDeviceMappingEvent.Type type,
DeviceId deviceId)
Creates an event due to one Pipeconf being mapped to a device.
|
public PiPipeconfDeviceMappingEvent(PiPipeconfDeviceMappingEvent.Type type, DeviceId deviceId)
type
- event typedeviceId
- the deviceId for which the pipeconf was bound or updated.