com.kuka.roboticsAPI.controllerModel
Class DispatchedEventLogRecord

java.lang.Object
  extended by java.util.logging.LogRecord
      extended by com.kuka.roboticsAPI.controllerModel.DispatchedEventLogRecord
All Implemented Interfaces:
Serializable

public class DispatchedEventLogRecord
extends LogRecord

Specific Sunrise log record that contains information about event changes.

See Also:
Serialized Form

Constructor Summary
DispatchedEventLogRecord(DispatchedEventData eventData)
          Creates a Sunrise log record.
 
Method Summary
 DispatchedEventData getEventData()
          Gets the dispatched event data.
 
Methods inherited from class java.util.logging.LogRecord
getLevel, getLoggerName, getMessage, getMillis, getParameters, getResourceBundle, getResourceBundleName, getSequenceNumber, getSourceClassName, getSourceMethodName, getThreadID, getThrown, setLevel, setLoggerName, setMessage, setMillis, setParameters, setResourceBundle, setResourceBundleName, setSequenceNumber, setSourceClassName, setSourceMethodName, setThreadID, setThrown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DispatchedEventLogRecord

public DispatchedEventLogRecord(DispatchedEventData eventData)
Creates a Sunrise log record.

Parameters:
eventData - the dispatched event data
Method Detail

getEventData

public DispatchedEventData getEventData()
Gets the dispatched event data.

Returns:
the dispatched event data


Copyright © 2019. All rights reserved.