Uses of Class
org.jasen.update.JasenAutoUpdateReport

Packages that use JasenAutoUpdateReport
org.jasen   
org.jasen.event   
org.jasen.update   
 

Uses of JasenAutoUpdateReport in org.jasen
 

Methods in org.jasen with parameters of type JasenAutoUpdateReport
 void JasenScanner.notifyUpdateComplete(JasenAutoUpdateReport report)
          Called by the AutoUpdateManager when the update has completed
 

Uses of JasenAutoUpdateReport in org.jasen.event
 

Methods in org.jasen.event with parameters of type JasenAutoUpdateReport
abstract  boolean JasenAutoUpdateListener.onUpdateEnd(JasenAutoUpdateReport report)
          Called when an auto update completes, but before any remaining tasks (like restarting) have completed
 

Uses of JasenAutoUpdateReport in org.jasen.update
 

Methods in org.jasen.update with parameters of type JasenAutoUpdateReport
 void JasenAutoUpdateNotifier.notifyUpdateComplete(JasenAutoUpdateReport report)