Interface ScopeImpl.BacklogErrorCallback
- Enclosing class:
- ScopeImpl
public static interface ScopeImpl.BacklogErrorCallback
Represents the backlog error callback interface.
 Contains a callback method, which is called if the activity in the backlog
 is not read till the end of parsing.
- 
Method Summary
- 
Method Details- 
callbackvoid callback()In error case the callback will called.
 
-