Class ModuleDisabledEvent

java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.modules.event.ModuleDisabledEvent
All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent

public class ModuleDisabledEvent
extends com.github.philippheuer.events4j.core.domain.Event
Module Disabled Event
  • Constructor Summary

    Constructors
    Constructor Description
    ModuleDisabledEvent​(IModule module)
    Constructor
  • Method Summary

    Modifier and Type Method Description
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    IModule getModule()  
    int hashCode()  

    Methods inherited from class com.github.philippheuer.events4j.core.domain.Event

    getEventId, getFiredAt, getFiredAtInstant, getServiceMediator, setEventId, setFiredAt, setFiredAtInstant, setServiceMediator, toString

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ModuleDisabledEvent

      public ModuleDisabledEvent​(IModule module)
      Constructor
      Parameters:
      module - Module
  • Method Details

    • getModule

      public IModule getModule()
    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class com.github.philippheuer.events4j.core.domain.Event
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
      Overrides:
      canEqual in class com.github.philippheuer.events4j.core.domain.Event
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class com.github.philippheuer.events4j.core.domain.Event