Class UpdateRequestEvent

  • All Implemented Interfaces:
    WebSocketEvent, pro.gravit.utils.TypeSerializeInterface

    public class UpdateRequestEvent
    extends RequestEvent
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateRequestEvent​(pro.gravit.launcher.hasher.HashedDir hdir)  
      UpdateRequestEvent​(pro.gravit.launcher.hasher.HashedDir hdir, java.lang.String url)  
      UpdateRequestEvent​(pro.gravit.launcher.hasher.HashedDir hdir, java.lang.String url, boolean zip)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getType()  
      • Methods inherited from class java.lang.Object

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

      • hdir

        public final pro.gravit.launcher.hasher.HashedDir hdir
      • zip

        public final boolean zip
      • url

        public java.lang.String url
      • fullDownload

        public boolean fullDownload
    • Constructor Detail

      • UpdateRequestEvent

        public UpdateRequestEvent​(pro.gravit.launcher.hasher.HashedDir hdir)
      • UpdateRequestEvent

        public UpdateRequestEvent​(pro.gravit.launcher.hasher.HashedDir hdir,
                                  java.lang.String url)
      • UpdateRequestEvent

        public UpdateRequestEvent​(pro.gravit.launcher.hasher.HashedDir hdir,
                                  java.lang.String url,
                                  boolean zip)
    • Method Detail

      • getType

        public java.lang.String getType()