Package com.github.twitch4j.chat.events
Class TwitchEvent
java.lang.Object
com.github.philippheuer.events4j.core.domain.Event
com.github.twitch4j.chat.events.TwitchEvent
- All Implemented Interfaces:
com.github.philippheuer.events4j.api.domain.IEvent
- Direct Known Subclasses:
AbstractChannelEvent,CommandEvent,GlobalUserStateEvent,InboundHostEvent,IRCMessageEvent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.philippheuer.events4j.core.domain.Event
getEventId, getFiredAt, getFiredAtInstant, getServiceMediator, setEventId, setFiredAt, setFiredAtInstant, setServiceMediator
-
Constructor Details
-
TwitchEvent
public TwitchEvent()Constructor -
TwitchEvent
Constructor- Parameters:
eventId- Unique event idfiredAt- Timestamp of the event firing
-
-
Method Details