Class EngineResultListener
java.lang.Object
org.kuali.rice.krms.framework.engine.result.EngineResultListener
- All Implemented Interfaces:
EventListener,ResultListener
An implementation of
of that
event's environment
ResultListener which adds the ResultEvent to the
invalid reference
EngineResults
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEvent(ResultEvent event) Handle the givenResultEvent.
-
Constructor Details
-
EngineResultListener
public EngineResultListener()Constructor
-
-
Method Details
-
handleEvent
Description copied from interface:ResultListenerHandle the givenResultEvent.- Specified by:
handleEventin interfaceResultListener- Parameters:
event-ResultEventto handle.
-