Package ch.bailu.gtk.gsk
Schnittstelle RenderNode.OnParseErrorFunc
- Umschließende Klasse:
RenderNode
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
onParseErrorFunc
(CallbackHandler __self, ParseLocation start, ParseLocation end, Error error, Pointer user_data) Type of callback that is called when an error occurs
during node deserialization.
-
Methodendetails
-
onParseErrorFunc
void onParseErrorFunc(CallbackHandler __self, @Nonnull ParseLocation start, @Nonnull ParseLocation end, @Nonnull Error error, @Nullable Pointer user_data) Type of callback that is called when an error occurs
during node deserialization.- Parameter:
start
- start of the error locationend
- end of the error locationerror
- the erroruser_data
- user data
-