com.github.dreamhead.moco.monitor
Class QuietMonitor

java.lang.Object
  extended by com.github.dreamhead.moco.monitor.AbstractMonitor
      extended by com.github.dreamhead.moco.monitor.QuietMonitor
All Implemented Interfaces:
MocoMonitor

public class QuietMonitor
extends AbstractMonitor


Constructor Summary
QuietMonitor()
           
 
Method Summary
 void onException(java.lang.Exception e)
           
 
Methods inherited from class com.github.dreamhead.moco.monitor.AbstractMonitor
onMessageArrived, onMessageLeave, onUnexpectedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QuietMonitor

public QuietMonitor()
Method Detail

onException

public void onException(java.lang.Exception e)
Specified by:
onException in interface MocoMonitor
Overrides:
onException in class AbstractMonitor