Uses of Enum Class
org.jgrapht.nio.ImportEvent
Packages that use ImportEvent
-
Uses of ImportEvent in org.jgrapht.nio
Subclasses with type arguments of type ImportEvent in org.jgrapht.nioMethods 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.