EchoPoint
1.0

echopoint.template
Interface CompilationUnit


public interface CompilationUnit

This interface is used to indicate that template DataSource that has been compiled and is ready for display.


Method Summary
 long getCompileTime()
          Returns the time in milliseconds it took to compile the DataSource.
 long getLastCompiled()
          Returns the time when the DataSource was last compiled.
 

Method Detail

getCompileTime

public long getCompileTime()
Returns the time in milliseconds it took to compile the DataSource.


getLastCompiled

public long getLastCompiled()
Returns the time when the DataSource was last compiled.


EchoPoint
1.0