VKRep
Class TVKRptContainerAbstract

java.lang.Object
  |
  +--VKRep.TVKRptContainerAbstract
All Implemented Interfaces:
java.lang.Runnable, java.io.Serializable
Direct Known Subclasses:
TVKRptContainerCrossTab, TVKRptContainerHorizontal, TVKRptContainerVertical

public abstract class TVKRptContainerAbstract
extends java.lang.Object
implements java.io.Serializable, java.lang.Runnable

Title:

Description: Abstract class for all VK Reports containers.

Report containers allows to generate reports in any different formats use only one program code and blanks in different formats.

Copyright: Copyright (c) 2003

Company:

Version:
1.0
Author:
Vlad Karpov
See Also:
Serialized Form

Nested Class Summary
protected  class TVKRptContainerAbstract.BOutStream
          Title: class BOutStream Description: This is inner class.
 
Constructor Summary
TVKRptContainerAbstract()
          Only constructor.
 
Method Summary
abstract  void execute()
          Abstract method.
 void run()
          Implementing Runable interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TVKRptContainerAbstract

public TVKRptContainerAbstract()
Only constructor.

Method Detail

execute

public abstract void execute()
Abstract method. Should overload from descendant classes. Start main process to generate of report.


run

public void run()
Implementing Runable interface. Start main process to generate of report in separate thread.

Specified by:
run in interface java.lang.Runnable