Uses of Class
de.xima.fc.persistence.driver.DriverEventInfo
Packages that use DriverEventInfo
-
Uses of DriverEventInfo in de.xima.fc.persistence.driver
Methods in de.xima.fc.persistence.driver that return DriverEventInfoModifier and TypeMethodDescriptionDriverChangeEvent.getDrivers()The data of the affected drivers.Constructors in de.xima.fc.persistence.driver with parameters of type DriverEventInfoModifierConstructorDescriptionDriverChangeEvent(DriverEventInfo[] drivers, DriverChangeEvent.EventType eventType) Creates a newDriverChangeEventinstance. -
Uses of DriverEventInfo in de.xima.fc.persistence.impl
Method parameters in de.xima.fc.persistence.impl with type arguments of type DriverEventInfoModifier and TypeMethodDescriptionstatic DriverChangeEventDriverEventFactory.registered(Set<DriverEventInfo> drivers) Creates a driver registration event.static DriverChangeEventDriverEventFactory.unregistered(Set<DriverEventInfo> drivers) Creates a driver unregistration event.