Class ModuleEnabledEvent

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

public class ModuleEnabledEvent
extends com.github.philippheuer.events4j.core.domain.Event
Module Enabled Event
  • Constructor Summary

    Constructors
    Constructor Description
    ModuleEnabledEvent​(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

    • ModuleEnabledEvent

      public ModuleEnabledEvent​(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