Uses of Enum
org.jgrapht.nio.ImportEvent
Packages that use ImportEvent
-
Uses of ImportEvent in org.jgrapht.nio
Methods in org.jgrapht.nio that return ImportEventModifier 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.Methods in org.jgrapht.nio with parameters of type ImportEventModifier and TypeMethodDescriptionprotected void
BaseEventDrivenImporter.notifyImportEvent
(ImportEvent importEvent) Notify for an importer ImportEventMethod parameters in org.jgrapht.nio with type arguments of type 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.