Uses of Class
org.scictrl.mp.orbitcorrect.ActionReportEvent
Packages that use ActionReportEvent
-
Uses of ActionReportEvent in org.scictrl.mp.orbitcorrect
Subclasses of ActionReportEvent in org.scictrl.mp.orbitcorrectMethods in org.scictrl.mp.orbitcorrect with parameters of type ActionReportEventModifier and TypeMethodDescriptionvoidActionReportAdapter.applyFailed(ActionReportEvent e) Void method, that can be overrided by child class, if necessary.voidActionReportAdapter.applyPerformed(ActionReportEvent e) Invoked when apply is performed.voidIActionReportListener.applyPerformed(ActionReportEvent e) Invoked when apply is performed.voidActionReportAdapter.updateFailed(ActionReportEvent e) Void method, that can be overrided by child class, if necessary.voidActionReportAdapter.updatePerformed(ActionReportEvent e) Invoked when manual update is performed.voidIActionReportListener.updatePerformed(ActionReportEvent e) Invoked when manual update is performed.