com.sap.tc.logging
Class MessageEvent

java.lang.Object
  |
  +--com.sap.tc.logging.MessageEvent
All Implemented Interfaces:
Event

public class MessageEvent
extends java.lang.Object
implements Event

This event will be fired when an message is being processed. This can happen when:
Event will be fired only if MessageEventListener.beRead() return true.


Constructor Summary
MessageEvent(LogRecord record)
           
 
Method Summary
 LogRecord getLogRecord()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageEvent

public MessageEvent(LogRecord record)
Method Detail

getLogRecord

public LogRecord getLogRecord()