public static class EventDistributor.DeviceEventType extends java.lang.Object implements DeviceEvent
| Constructor and Description |
|---|
DeviceEventType(java.lang.Class<?> device,
java.lang.String key,
Direction direction) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType() |
java.lang.Class<?> |
device() |
Direction |
direction() |
java.lang.String |
key() |
public DeviceEventType(java.lang.Class<?> device,
java.lang.String key,
Direction direction)
public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotationpublic java.lang.Class<?> device()
public java.lang.String key()
public Direction direction()
Copyright © 2015. All Rights Reserved.