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

java.lang.Object
  extended by org.nakedobjects.runtime.system.internal.monitor.MonitorEvent

public class MonitorEvent
extends java.lang.Object


Constructor Summary
MonitorEvent(java.lang.String category, java.lang.String message, DebugInfo[] debugDetails)
           
 
Method Summary
 java.lang.String getCategory()
           
 java.lang.String getDebug()
           
 java.lang.String getMessage()
           
 int getSerialId()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MonitorEvent

public MonitorEvent(java.lang.String category,
                    java.lang.String message,
                    DebugInfo[] debugDetails)
Method Detail

getCategory

public java.lang.String getCategory()

getMessage

public java.lang.String getMessage()

getSerialId

public int getSerialId()

getDebug

public java.lang.String getDebug()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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