Uses of Enum Class
org.jgrapht.nio.ImportEvent
Packages that use ImportEvent
Package
Description
Importers/Exporters for various graph formats.
GraphML importers/exporters
-
Uses of ImportEvent in org.jgrapht.nio
Subclasses with type arguments of type ImportEvent in org.jgrapht.nioFields in org.jgrapht.nio with type parameters of type ImportEventModifier and TypeFieldDescriptionprivate List<Consumer<ImportEvent>> BaseEventDrivenImporter.importEventConsumersMethods in org.jgrapht.nio 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 org.jgrapht.nio with parameters of type ImportEventModifier and TypeMethodDescriptionprotected voidBaseEventDrivenImporter.notifyImportEvent(ImportEvent importEvent) Notify for an importer ImportEventMethod parameters in org.jgrapht.nio with type arguments of type ImportEventModifier and TypeMethodDescriptionvoidBaseEventDrivenImporter.addImportEventConsumer(Consumer<ImportEvent> consumer) Add an ImportEvent consumer.voidEventDrivenImporter.addImportEventConsumer(Consumer<ImportEvent> consumer) Add an ImportEvent consumer.voidBaseEventDrivenImporter.removeImportEventConsumer(Consumer<ImportEvent> consumer) Remove an ImportEvent consumer.voidEventDrivenImporter.removeImportEventConsumer(Consumer<ImportEvent> consumer) Remove an ImportEvent consumer. -
Uses of ImportEvent in org.jgrapht.nio.graphml
Fields in org.jgrapht.nio.graphml with type parameters of type ImportEventModifier and TypeFieldDescriptionfinal Consumer<ImportEvent> SimpleGraphMLEdgeListImporter.Consumers.eventConsumer