Class TimedEvent

    • Constructor Detail

      • TimedEvent

        public TimedEvent​(String code,
                          String label,
                          long millis)
        Constructor
        Parameters:
        code - identifier
        label - for event
        millis - - time for stats - e.g. time to process login
    • Method Detail

      • getLabel

        public String getLabel()
        Returns:
        label
      • toStringSegment

        public void toStringSegment​(ToString ts)
        Description copied from class: SysEvent
        Add our stuff to the ToString object
        Overrides:
        toStringSegment in class SysEvent
        Parameters:
        ts - ToString for result