Class LogEvent

    • Constructor Detail

      • LogEvent

        public LogEvent()
      • LogEvent

        public LogEvent​(int type)
        Creates a new log event.
        Parameters:
        type - The type of the log event.
    • Method Detail

      • readExternal

        public void readExternal​(java.io.ObjectInput in)
                          throws java.io.IOException,
                                 java.lang.ClassNotFoundException
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • writeExternal

        public void writeExternal​(java.io.ObjectOutput out)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • getType

        public int getType()
        Returns the type of the log event as defined in this class.
        Returns:
        The type of the log event.