Package com.hybris.cockpitng.events.impl
Class ListenerInfo
- java.lang.Object
-
- com.hybris.cockpitng.events.impl.ListenerInfo
-
public class ListenerInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ListenerInfo(java.lang.String listenerUid, java.lang.String scope, ScopeContext scopeContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetListenerUid()java.lang.StringgetScope()ScopeContextgetScopeContext()
-
-
-
Constructor Detail
-
ListenerInfo
public ListenerInfo(java.lang.String listenerUid, java.lang.String scope, ScopeContext scopeContext)
-
-
Method Detail
-
getListenerUid
public java.lang.String getListenerUid()
-
getScope
public java.lang.String getScope()
-
getScopeContext
public ScopeContext getScopeContext()
-
-