Interface VfsClass.OnIsActive

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

@FunctionalInterface public static interface VfsClass.OnIsActive
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • onIsActive

      boolean onIsActive(CallbackHandler __self, @Nonnull Vfs vfs)
      Parameters:
      vfs - a #GVfs.
      Returns:
      %TRUE if construction of the @vfs was successful and it is now active.