Interface ListenerDescriptorManager
-
@Role public interface ListenerDescriptorManagerManagerListenerDescriptorrelated to classes.- Since:
- 3.3M1
- Version:
- $Id: 33deb7c9d521218f1564743ce9742c7b33545325 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListenerDescriptorgetListenerDescriptor(Class<?> type)
-
-
-
Method Detail
-
getListenerDescriptor
ListenerDescriptor getListenerDescriptor(Class<?> type)
- Parameters:
type- the listener class- Returns:
- the listener descriptor
-
-