Uses of Class
org.jasen.update.JasenAutoUpdateParcel

Packages that use JasenAutoUpdateParcel
org.jasen   
org.jasen.update   
 

Uses of JasenAutoUpdateParcel in org.jasen
 

Methods in org.jasen with parameters of type JasenAutoUpdateParcel
 boolean JasenScanner.notifyPendingUpdate(JasenAutoUpdateParcel parcel)
          Called by the AutoUpdateManager if there is an update pending to signal a pause in scanning
 

Uses of JasenAutoUpdateParcel in org.jasen.update
 

Methods in org.jasen.update that return JasenAutoUpdateParcel
 JasenAutoUpdateParcel JasenAutoUpdateReport.getUpdateParcel()
           
 

Methods in org.jasen.update with parameters of type JasenAutoUpdateParcel
 void JasenAutoUpdateReport.setUpdateParcel(JasenAutoUpdateParcel updateParcel)
           
 

Constructors in org.jasen.update with parameters of type JasenAutoUpdateParcel
JasenAutoUpdateParcelWrapper(JasenAutoUpdateParcel parcel)