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 TypeMethodDescriptionvoid
ActionReportAdapter.applyFailed
(ActionReportEvent e) Void method, that can be overrided by child class, if necessary.void
ActionReportAdapter.applyPerformed
(ActionReportEvent e) Invoked when apply is performed.void
IActionReportListener.applyPerformed
(ActionReportEvent e) Invoked when apply is performed.void
ActionReportAdapter.updateFailed
(ActionReportEvent e) Void method, that can be overrided by child class, if necessary.void
ActionReportAdapter.updatePerformed
(ActionReportEvent e) Invoked when manual update is performed.void
IActionReportListener.updatePerformed
(ActionReportEvent e) Invoked when manual update is performed.