Compiere 3.1

org.compiere.api
Interface CalloutInterface

All Known Implementing Classes:
UICalloutEngine

public interface CalloutInterface

Callout Interface. Used in UITab and ImpFormatRow

Version:
$Id: $
Author:
Jorg Janke

Method Summary
 ChangeVO start(Ctx ctx, int windowNo, PO po, UIField field, String oldValue, String newValue, String method)
          Callout Interface
 

Method Detail

start

ChangeVO start(Ctx ctx,
               int windowNo,
               PO po,
               UIField field,
               String oldValue,
               String newValue,
               String method)
Callout Interface

Parameters:
ctx - context
windowNo - window no
po - business object
field - field
oldValue - old value
newValue - new value
method - method name
Returns:
Change Info

Compiere 3.1

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