Interface ModelAccessProvider.IOVoidFunction
-
- Enclosing interface:
- ModelAccessProvider
public static interface ModelAccessProvider.IOVoidFunctionA simple (optional) function that may throw anIOException.IndexOutOfBoundsExceptionis also considered as serializer parsers may throw that also.- Author:
- Holger Eichelberger, SSE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidexecute(ModelAccess modelAccess)Executes the function.
-
-
-
Method Detail
-
execute
void execute(ModelAccess modelAccess) throws java.io.IOException, java.lang.IndexOutOfBoundsException
Executes the function.- Parameters:
modelAccess- the model access- Throws:
java.io.IOException- may be thrown but also caught inModelAccessProvider.optional(ModelAccess, IOVoidFunction)java.lang.IndexOutOfBoundsException- may be thrown but also caught inModelAccessProvider.optional(ModelAccess, IOVoidFunction)
-
-