Package org.km3net.clb.remote
Interface FWUpdate.FWUpdateListener
-
- Enclosing class:
- FWUpdate
public static interface FWUpdate.FWUpdateListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
updateComplete()
void
updateVerifyFailed(java.lang.Exception e)
void
updateVerifyProgress(int chunk, int chunkMax)
void
verifyComplete(int chunks, java.util.List<java.lang.Integer> failedChunks)
-