Package systems.dmx.core.service
Interface EventListener
-
- All Known Subinterfaces:
AllPluginsActive
,CheckAssocReadAccess
,CheckAssocWriteAccess
,CheckDiskQuota
,CheckTopicReadAccess
,CheckTopicWriteAccess
,IntroduceAssocType
,IntroduceRoleType
,IntroduceTopicType
,PostCreateAssoc
,PostCreateTopic
,PostDeleteAssoc
,PostDeleteTopic
,PostLoginUser
,PostLogoutUser
,PostUpdateAssoc
,PostUpdateTopic
,PreCreateAssoc
,PreCreateAssocType
,PreCreateRoleType
,PreCreateTopic
,PreCreateTopicType
,PreDeleteAssoc
,PreDeleteTopic
,PreSendAssoc
,PreSendAssocType
,PreSendTopic
,PreSendTopicType
,PreUpdateAssoc
,PreUpdateTopic
,ServiceRequestFilter
,ServiceResponseFilter
,StaticResourceFilter
,WebsocketTextMessage
- All Known Implementing Classes:
AccessControlPlugin
,AccountManagementPlugin
,CachingPlugin
,ConfigPlugin
,ContactsPlugin
,EventsPlugin
,FilesPlugin
,TimestampsPlugin
,TopicmapsPlugin
,WebclientPlugin
,WorkspacesPlugin
public interface EventListener
Marker interface for all event listener interfaces. ### TODO: rename to DMXEventListener?