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