org.nakedobjects.runtime.system.internal.monitor
Class MonitorListenerImpl

java.lang.Object
  extended by org.nakedobjects.runtime.system.internal.monitor.MonitorListenerImpl
All Implemented Interfaces:
MonitorListener

public class MonitorListenerImpl
extends java.lang.Object
implements MonitorListener


Constructor Summary
MonitorListenerImpl()
           
 
Method Summary
 void postEvent(MonitorEvent event)
           
 void writeHtmlPage(java.lang.String section, java.io.PrintWriter writer)
           
 void writeTextPage(java.lang.String section, java.io.PrintWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MonitorListenerImpl

public MonitorListenerImpl()
Method Detail

postEvent

public void postEvent(MonitorEvent event)
Specified by:
postEvent in interface MonitorListener

writeHtmlPage

public void writeHtmlPage(java.lang.String section,
                          java.io.PrintWriter writer)
                   throws java.io.IOException
Throws:
java.io.IOException

writeTextPage

public void writeTextPage(java.lang.String section,
                          java.io.PrintWriter writer)
                   throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.