Schnittstelle IconIface.OnToTokens

Umschließende Klasse:
IconIface
Funktionsschnittstelle:
Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.

@FunctionalInterface public static interface IconIface.OnToTokens
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    boolean
    onToTokens(CallbackHandler __self, Icon icon, PtrArray tokens, Int out_version)
     
  • Methodendetails

    • onToTokens

      boolean onToTokens(CallbackHandler __self, @Nonnull Icon icon, @Nonnull PtrArray tokens, @Nonnull Int out_version)
      Parameter:
      icon - The #GIcon
      tokens - The array to fill with tokens
      out_version - version of serialized tokens
      Gibt zurück:
      %TRUE if serialization took place, %FALSE otherwise