Uses of Class
systems.dmx.core.service.DMXEvent
-
Packages that use DMXEvent Package Description systems.dmx.core.impl systems.dmx.core.service systems.dmx.files -
-
Uses of DMXEvent in systems.dmx.core.impl
Methods in systems.dmx.core.impl with parameters of type DMXEvent Modifier and Type Method Description void
CoreServiceImpl. dispatchEvent(String pluginUri, DMXEvent event, Object... params)
void
CoreServiceImpl. fireEvent(DMXEvent event, Object... params)
-
Uses of DMXEvent in systems.dmx.core.service
Methods in systems.dmx.core.service that return DMXEvent Modifier and Type Method Description static DMXEvent
DMXEvent. getEvent(Class listenerInterface)
Returns the event that corresponds to the given listener interface.Methods in systems.dmx.core.service with parameters of type DMXEvent Modifier and Type Method Description void
CoreService. dispatchEvent(String pluginUri, DMXEvent event, Object... params)
void
CoreService. fireEvent(DMXEvent event, Object... params)
-
Uses of DMXEvent in systems.dmx.files
Fields in systems.dmx.files declared as DMXEvent Modifier and Type Field Description static DMXEvent
FilesPlugin. CHECK_DISK_QUOTA
-