Uses of Enum
org.jgrapht.nio.ImportEvent
-
Uses of ImportEvent in org.jgrapht.nio
Modifier and TypeMethodDescriptionstatic ImportEvent
Returns the enum constant of this type with the specified name.static ImportEvent[]
ImportEvent.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionprotected void
BaseEventDrivenImporter.notifyImportEvent
(ImportEvent importEvent) Notify for an importer ImportEventModifier and TypeMethodDescriptionvoid
BaseEventDrivenImporter.addImportEventConsumer
(Consumer<ImportEvent> consumer) Add an ImportEvent consumer.void
EventDrivenImporter.addImportEventConsumer
(Consumer<ImportEvent> consumer) Add an ImportEvent consumer.void
BaseEventDrivenImporter.removeImportEventConsumer
(Consumer<ImportEvent> consumer) Remove an ImportEvent consumer.void
EventDrivenImporter.removeImportEventConsumer
(Consumer<ImportEvent> consumer) Remove an ImportEvent consumer.