Uses of Class
software.xdev.micromigration.notification.ScriptExecutionNotification
-
Packages that use ScriptExecutionNotification Package Description software.xdev.micromigration.migrater -
-
Uses of ScriptExecutionNotification in software.xdev.micromigration.migrater
Method parameters in software.xdev.micromigration.migrater with type arguments of type ScriptExecutionNotification Modifier and Type Method Description void
AbstractMigrater. setNotificationConsumer(java.util.function.Consumer<ScriptExecutionNotification> notificationConsumer)
Registers a callback to take action when a script is executed.
-