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 ImportEventReturns 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 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.