T
- The enum type that is used to specify the particular
event that the source has generated.public interface EventSource<T extends java.lang.Enum<T>>
Modifier and Type | Method and Description |
---|---|
java.lang.Class<?> |
getEventSourceClass() |
T |
getLastEventType() |
T getLastEventType()
java.lang.Class<?> getEventSourceClass()