| Package | Description |
|---|---|
| xyz.nickr.jitter | |
| xyz.nickr.jitter.api.event | |
| xyz.nickr.jitter.impl.event |
| Modifier and Type | Method and Description |
|---|---|
void |
JitterEvents.on(JitterEvent event)
Runs an event through all appropriate listeners.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MessageReceivedEvent
Represents an event of when a message is sent.
|
interface |
RoomActivityEvent
Represents an event of when a room has activity, usually when someone sends a message.
|
interface |
RoomEvent
Represents an event that is broadcast in a room.
|
interface |
RoomMentionEvent
Represents an event of when a room has a changing amount unread messages.
|
interface |
RoomReadMessagesEvent
Represents an event of when the current user "reads" messages.
|
interface |
RoomUnreadEvent
Represents an event of when a room has a changing amount unread messages.
|
interface |
UserJoinEvent
Represents an event of when a user joins a room.
|
interface |
UserLeaveEvent
Represents an event of when a user leaves a room.
|
interface |
UserPresenceEvent
Represents an event of when a user starts or stops watching a room.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MessageReceivedEventImpl |
class |
RoomActivityEventImpl |
class |
RoomEventImpl |
class |
RoomMentionEventImpl |
class |
RoomReadMessagesEventImpl |
class |
RoomUnreadEventImpl |
class |
UserJoinEventImpl |
class |
UserLeaveEventImpl |
class |
UserPresenceEventImpl |
Copyright © 2016. All rights reserved.