Package com.l2fprod.util
Interface LazyTable.LazyValue
-
- Enclosing class:
- LazyTable
public static interface LazyTable.LazyValue
Description of the Interface- Author:
- fred
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
createValue(LazyTable table)
Description of the Method
-
-
-
Method Detail
-
createValue
java.lang.Object createValue(LazyTable table)
Description of the Method- Parameters:
table
- Description of Parameter- Returns:
- Description of the Returned Value
-
-