Class BaseEventResponse


  • public class BaseEventResponse
    extends java.lang.Object
    Base-class of EventResponse objects. Carries the log object, shared by all event responses
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Log log  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • log

        public Log log
    • Constructor Detail

      • BaseEventResponse

        public BaseEventResponse()