See: Description
Interface | Description |
---|---|
EPRuntimeEventProcessWrapped |
For use by event sender for direct feed of wrapped events for processing.
|
Class | Description |
---|---|
CodegenLegoPropertyBeanOrUnd |
if (!(valueMap instanceof TYPE)) {
if (value instanceof EventBean) {
return getter.XXX((EventBean) value);
}
return XXXX;
}
return getter.getXXXX(value);
|
EventTypePropertyPair |
Pair of event type and property.
|
PropertyUtility |
Enum | Description |
---|---|
CodegenLegoPropertyBeanOrUnd.AccessType |
Utilities around event rendering are here.
Copyright © 2005–2018. All rights reserved.