Interface PercentChangedHandler
- All Superinterfaces:
 EventHandler
- 
Method Summary
Modifier and TypeMethodDescriptionvoidThis method is called when the percentDone value changes. 
- 
Method Details
- 
onPercentChanged
This method is called when the percentDone value changes. Call this method to be notified upon a change to the percentDone value.- Parameters:
 event- the event
 
 -