ComplexTable(ComplexTableSession, GregorianCalendar) method

Constructs a new ComplexTable object.

Syntax

public ComplexTable ( ComplexTableSession session , GregorianCalendar clientLastDataUpdate )

Parameters

Usage

Subclasses need to implement the same constructor and pass the parameters back to this constructor via super().

This constructor will set the return value of the default implementation of the willRebuildTable() method to true if the clientLastDataUpdate parameter contains the invalid date/time value, or to false if not.