Drools :: Core 6.1.0.Beta1

org.drools.core.impl
Class SystemEventListenerServiceImpl.DoNothingSystemEventListener

java.lang.Object
  extended by org.drools.core.impl.SystemEventListenerServiceImpl.DoNothingSystemEventListener
All Implemented Interfaces:
org.kie.internal.SystemEventListener
Enclosing class:
SystemEventListenerServiceImpl

public static class SystemEventListenerServiceImpl.DoNothingSystemEventListener
extends Object
implements org.kie.internal.SystemEventListener


Constructor Summary
SystemEventListenerServiceImpl.DoNothingSystemEventListener()
           
 
Method Summary
 void debug(String message)
           
 void debug(String message, Object object)
           
 void exception(String message, Throwable e)
           
 void exception(Throwable e)
           
 void info(String message)
           
 void info(String message, Object object)
           
 void warning(String message)
           
 void warning(String message, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemEventListenerServiceImpl.DoNothingSystemEventListener

public SystemEventListenerServiceImpl.DoNothingSystemEventListener()
Method Detail

debug

public void debug(String message)
Specified by:
debug in interface org.kie.internal.SystemEventListener

debug

public void debug(String message,
                  Object object)
Specified by:
debug in interface org.kie.internal.SystemEventListener

exception

public void exception(String message,
                      Throwable e)
Specified by:
exception in interface org.kie.internal.SystemEventListener

exception

public void exception(Throwable e)
Specified by:
exception in interface org.kie.internal.SystemEventListener

info

public void info(String message)
Specified by:
info in interface org.kie.internal.SystemEventListener

info

public void info(String message,
                 Object object)
Specified by:
info in interface org.kie.internal.SystemEventListener

warning

public void warning(String message)
Specified by:
warning in interface org.kie.internal.SystemEventListener

warning

public void warning(String message,
                    Object object)
Specified by:
warning in interface org.kie.internal.SystemEventListener

Drools :: Core 6.1.0.Beta1

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.