Skip to main content

ModelCenter Remote Execution Java API 2025 R2

Interface: PHXInternationalize.InternationalizedMessage

Last update: 16.07.2025

Enclosing class: PHXInternationalize

Functional Interface: This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Package:

  • com.phoenix_int.util

Declaration

@FunctionalInterface
public static interface PHXInternationalize.InternationalizedMessage

Interface for a lazily computed translation message. Can be used for example to pass to a logger that will only do the translation if the log level is enabled.

Method Summary

Modifier and Type Method and Description
java.lang.String computeMessage()
Compute the translation and return the message

Method Detail

computeMessage

java.lang.String computeMessage()

Compute the translation and return the message

Returns:

  • The translated message

Connect with Ansys