net.sourceforge.agora.simulator.control
Class EmptyLog

java.lang.Object
  extended by net.sourceforge.agora.simulator.control.EmptyLog
All Implemented Interfaces:
quickfix.Log

public class EmptyLog
extends java.lang.Object
implements quickfix.Log

The Class EmptyLog.


Constructor Summary
EmptyLog()
           
 
Method Summary
 void clear()
           
 void onErrorEvent(java.lang.String arg0)
           
 void onEvent(java.lang.String arg0)
           
 void onIncoming(java.lang.String arg0)
           
 void onOutgoing(java.lang.String arg0)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmptyLog

public EmptyLog()
Method Detail

clear

public void clear()
Specified by:
clear in interface quickfix.Log

onErrorEvent

public void onErrorEvent(java.lang.String arg0)
Specified by:
onErrorEvent in interface quickfix.Log

onEvent

public void onEvent(java.lang.String arg0)
Specified by:
onEvent in interface quickfix.Log

onIncoming

public void onIncoming(java.lang.String arg0)
Specified by:
onIncoming in interface quickfix.Log

onOutgoing

public void onOutgoing(java.lang.String arg0)
Specified by:
onOutgoing in interface quickfix.Log