Class SecurityReportModuleEvent


  • public class SecurityReportModuleEvent
    extends pro.gravit.launcher.modules.LauncherModule.Event
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Client client  
      pro.gravit.launcher.events.request.SecurityReportRequestEvent event  
      SecurityReportResponse response  
      • Fields inherited from class pro.gravit.launcher.modules.LauncherModule.Event

        cancel
    • Method Summary

      • Methods inherited from class pro.gravit.launcher.modules.LauncherModule.Event

        cancel, isCancel
      • Methods inherited from class java.lang.Object

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

      • event

        public final pro.gravit.launcher.events.request.SecurityReportRequestEvent event
      • client

        public final Client client
    • Constructor Detail

      • SecurityReportModuleEvent

        public SecurityReportModuleEvent​(pro.gravit.launcher.events.request.SecurityReportRequestEvent event,
                                         SecurityReportResponse response,
                                         Client client)