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
-
Method Summary
Methods inherited from class com.github.philippheuer.events4j.core.domain.Event
getEventId, getFiredAt, getFiredAtInstant, getServiceMediator, setEventId, setFiredAt, setFiredAtInstant, setServiceMediator, toString
-
Constructor Details
-
ModuleDisabledEvent
Constructor- Parameters:
module
- Module
-
-
Method Details
-
getModule
-
equals
- Overrides:
equals
in classcom.github.philippheuer.events4j.core.domain.Event
-
canEqual
- Overrides:
canEqual
in classcom.github.philippheuer.events4j.core.domain.Event
-
hashCode
public int hashCode()- Overrides:
hashCode
in classcom.github.philippheuer.events4j.core.domain.Event
-