Uses of Interface
systems.dmx.core.service.EventListener
-
-
Uses of EventListener in systems.dmx.accesscontrol
Classes in systems.dmx.accesscontrol that implement EventListener Modifier and Type Class Description class
AccessControlPlugin
-
Uses of EventListener in systems.dmx.accesscontrol.event
Subinterfaces of EventListener in systems.dmx.accesscontrol.event Modifier and Type Interface Description interface
PostLoginUser
interface
PostLogoutUser
-
Uses of EventListener in systems.dmx.accountmanagement
Classes in systems.dmx.accountmanagement that implement EventListener Modifier and Type Class Description class
AccountManagementPlugin
-
Uses of EventListener in systems.dmx.caching
Classes in systems.dmx.caching that implement EventListener Modifier and Type Class Description class
CachingPlugin
-
Uses of EventListener in systems.dmx.config
Classes in systems.dmx.config that implement EventListener Modifier and Type Class Description class
ConfigPlugin
-
Uses of EventListener in systems.dmx.contacts
Classes in systems.dmx.contacts that implement EventListener Modifier and Type Class Description class
ContactsPlugin
-
Uses of EventListener in systems.dmx.core.service
Methods in systems.dmx.core.service with parameters of type EventListener Modifier and Type Method Description abstract void
DMXEvent. dispatch(EventListener listener, Object... params)
Delivers this event to the given listener. -
Uses of EventListener in systems.dmx.core.service.event
Subinterfaces of EventListener in systems.dmx.core.service.event Modifier and Type Interface Description interface
AllPluginsActive
interface
CheckAssocReadAccess
interface
CheckAssocWriteAccess
interface
CheckTopicReadAccess
interface
CheckTopicWriteAccess
interface
IntroduceAssocType
### FIXDOC Allows a plugin to modify type definitions -- exisisting ones and future ones.interface
IntroduceRoleType
interface
IntroduceTopicType
### FIXDOC Allows a plugin to modify type definitions -- exisisting ones and future ones.interface
PostCreateAssoc
interface
PostCreateTopic
interface
PostDeleteAssoc
interface
PostDeleteTopic
interface
PostUpdateAssoc
interface
PostUpdateTopic
interface
PreCreateAssoc
interface
PreCreateAssocType
interface
PreCreateRoleType
interface
PreCreateTopic
interface
PreCreateTopicType
interface
PreDeleteAssoc
interface
PreDeleteTopic
interface
PreSendAssoc
interface
PreSendAssocType
interface
PreSendTopic
interface
PreSendTopicType
interface
PreUpdateAssoc
interface
PreUpdateTopic
interface
ServiceRequestFilter
interface
ServiceResponseFilter
interface
StaticResourceFilter
interface
WebsocketTextMessage
-
Uses of EventListener in systems.dmx.events
Classes in systems.dmx.events that implement EventListener Modifier and Type Class Description class
EventsPlugin
-
Uses of EventListener in systems.dmx.files
Classes in systems.dmx.files that implement EventListener Modifier and Type Class Description class
FilesPlugin
-
Uses of EventListener in systems.dmx.files.event
Subinterfaces of EventListener in systems.dmx.files.event Modifier and Type Interface Description interface
CheckDiskQuota
-
Uses of EventListener in systems.dmx.timestamps
Classes in systems.dmx.timestamps that implement EventListener Modifier and Type Class Description class
TimestampsPlugin
-
Uses of EventListener in systems.dmx.topicmaps
Classes in systems.dmx.topicmaps that implement EventListener Modifier and Type Class Description class
TopicmapsPlugin
-
Uses of EventListener in systems.dmx.webclient
Classes in systems.dmx.webclient that implement EventListener Modifier and Type Class Description class
WebclientPlugin
-
Uses of EventListener in systems.dmx.workspaces
Classes in systems.dmx.workspaces that implement EventListener Modifier and Type Class Description class
WorkspacesPlugin
-