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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
callback()
In error case the callback will called.
-