Compiere 3.1

org.compiere.swing
Interface PublishInterface

All Known Implementing Classes:
CTextArea, ProgressPanel, VMemo, VText

public interface PublishInterface

Progress Publish Interface

Version:
$Id$
Author:
Jorg Janke

Method Summary
 void initPublish()
          Initialize Publishing
 void publish(Level level, String info, int step, int totalSteps)
          Publish Information to User.
 

Method Detail

initPublish

void initPublish()
Initialize Publishing


publish

void publish(Level level,
             String info,
             int step,
             int totalSteps)
Publish Information to User.

Parameters:
level - type/importance - use INFO for main task - Create Database -- CONFIG for areas - (not used for this example) --- FINE for the actual work - Drop User ---- FINER for trace - database feedback * WARNING if we can continue * SEVERE if we need to abort the process
info - the clear text info
step - the step you are on
totalSteps - the total number of steps for this task

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.