org.drools
Class SystemEventListenerFactory
java.lang.Object
   org.drools.SystemEventListenerFactory
org.drools.SystemEventListenerFactory
- public class SystemEventListenerFactory 
- extends Object
This factory allows you to set the SystemEventListener that will be used by various components of Drools, such
 as the KnowledgeAgent, ResourceChangeNotifier and ResourceChangeListener.
 
 The default SystemEventListener
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SystemEventListenerFactory
public SystemEventListenerFactory()
setSystemEventListener
public static void setSystemEventListener(SystemEventListener listener)
- Set the SystemEventListener
 
- 
- Parameters:
- listener-
 
getSystemEventListener
public static SystemEventListener getSystemEventListener()
- Get the SystemEventListener
 
- 
- Returns:
 
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.