Class ServerEvents


  • public class ServerEvents
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerEvents()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void save​(java.nio.file.Path output)  
      • Methods inherited from class java.lang.Object

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

      • commands

        public final java.util.List<CommandEvent> commands
      • events

        public final java.util.List<TimedEvent> events
      • jsonData

        public final java.lang.String jsonData
    • Constructor Detail

      • ServerEvents

        public ServerEvents()
    • Method Detail

      • save

        public void save​(java.nio.file.Path output)
                  throws java.io.IOException
        Throws:
        java.io.IOException