org.drools.agent
Interface AgentEventListener

All Superinterfaces:
org.drools.SystemEventListener

public interface AgentEventListener
extends org.drools.SystemEventListener

This interface is used to provide callback style logging for the agents async events.


Method Summary
 void setAgentName(String name)
          This sets the name for logging.
 
Methods inherited from interface org.drools.SystemEventListener
debug, debug, exception, exception, info, info, warning, warning
 

Method Detail

setAgentName

void setAgentName(String name)
This sets the name for logging.



Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.