Uses of Enum Class
com.primavera.integration.client.xml.xmlimporter.event.ImportEvent
Packages that use ImportEvent
Package
Description
XML importer classes
XML importer event classes
-
Uses of ImportEvent in com.primavera.integration.client.xml.xmlimporter
Methods in com.primavera.integration.client.xml.xmlimporter with parameters of type ImportEventModifier and TypeMethodDescriptionvoidXMLImporter.notifyListener(ImportEvent event, String objectName, boolean isProjectSpecific) -
Uses of ImportEvent in com.primavera.integration.client.xml.xmlimporter.event
Methods in com.primavera.integration.client.xml.xmlimporter.event that return ImportEventModifier and TypeMethodDescriptionstatic ImportEventReturns the enum constant of this class with the specified name.static ImportEvent[]ImportEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.primavera.integration.client.xml.xmlimporter.event with parameters of type ImportEventModifier and TypeMethodDescriptionvoidImportEventsListener.importEventNotification(ImportEvent event, String objectName, boolean isProjectSpecific) Used to notify the listener about a specific event.