org.kuali.rice.krms.framework.engine
Class ResultLogger

java.lang.Object
  extended by org.kuali.rice.krms.framework.engine.ResultLogger

public class ResultLogger
extends Object


Method Summary
 void addListener(ResultListener l)
           
static ResultLogger getInstance()
           
 void init()
          This method is just for the POC.
 boolean isEnabled(ExecutionEnvironment environment)
           
 void logResult(ResultEvent event)
           
 void removeListener(ResultListener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static ResultLogger getInstance()

addListener

public void addListener(ResultListener l)

removeListener

public void removeListener(ResultListener l)

init

public void init()
This method is just for the POC. In the real world, adding listeners will be performed elsewhere.


logResult

public void logResult(ResultEvent event)

isEnabled

public boolean isEnabled(ExecutionEnvironment environment)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.