Modifier and Type | Class and Description |
---|---|
class |
ClientStatusChangeEvent
Event which signals a change of the status of a client which is not the global client.
|
Modifier and Type | Interface and Description |
---|---|
interface |
EventListener<T extends Event>
The EventListener provides the logic to handle an event.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DistributableEvent
An event that can be distributed to other Communote nodes when running a clustered Communote
setup.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvent
Convenient abstract implementation of the event interface.
|
Modifier and Type | Method and Description |
---|---|
<T extends Event> |
EventDispatcher.register(EventListener<T> listener)
Registers an event listener.
|
<T extends Event> |
EventDispatcher.unregister(EventListener<T> listener)
Removes a previously registered listener.
|
Modifier and Type | Method and Description |
---|---|
void |
EventDispatcher.fire(Event event)
Fires an event by dispatching it to all registered listeners.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalizationChangedEvent
Generic event to inform about changes in a localization providing source like a resource bundle.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyEvent
Describes an event of a changed property.
|
Modifier and Type | Class and Description |
---|---|
class |
AssignedBlogRoleChangedEvent
Event to notify about a change of a blog role of a user.
|
class |
BlogCreatedEvent
Event to notify about new blogs/topics.
|
class |
DiscussionChangedEvent
Event, which is fired, when a discussion as changed.
|
class |
TopicHierarchyEvent |
Modifier and Type | Class and Description |
---|---|
class |
AllUsersTopicAccessRightsChangedEvent
Event defining that the rights for all users changed.
|
class |
EntityTopicAccessRightsChangedEvent
Event that is fired when topic access rights of entities (users or groups) have changed.
|
class |
ManagerGainedTopicAccessRightsChangedEvent
Event donating that a manager granted themself management access to a topic.
|
class |
TopicAccessRightsChangedEvent
Abstract event for access right changes.
|
class |
UserToTopicRoleMappingChangedEvent
Event indicating a change of a UserToTopicRoleMapping.
|
Modifier and Type | Class and Description |
---|---|
class |
UserAuthenticatedEvent
Event that is fired after a user was successfully authenticated.
|
Modifier and Type | Class and Description |
---|---|
class |
RestartServiceEvent
The RestartServiceEvent represents an event that is triggered to restart a service.
|
Modifier and Type | Class and Description |
---|---|
class |
TaskScheduledEvent
Event to inform about a new task that was added to the task store or when a pending task was
rescheduled.
|
Modifier and Type | Class and Description |
---|---|
class |
UserStatusChangedEvent
Event that is fired when the status of a user has changed.
|
Modifier and Type | Class and Description |
---|---|
class |
ResourceBundleChangedEvent
Event to inform about a change in the application resource bundle resulting form add or removal
of localizations.
|
Copyright © 2019 Communote team. All rights reserved.