protected static final class BaseListeners.ClassEvListener extends Object
Modifier and Type | Field and Description |
---|---|
protected Value |
m_serviceTime |
Constructor and Description |
---|
ClassEvListener(Class<?> object_cls,
com.webmethods.rtl.event.BaseListeners.ObjectEvListener listener)
ctor
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object rhs) |
int |
hashCode() |
String |
toString() |
protected void |
updateServiceTime(long tick_started) |
protected Value m_serviceTime
public ClassEvListener(Class<?> object_cls, com.webmethods.rtl.event.BaseListeners.ObjectEvListener listener)
Class
- object_cls The class of the object to be instantiated to process the eventObjectEvListener
- listener The ObjectEvListener that will be called to do
the type-safe delivery.