public class OAObjectEventDelegate extends Object
Constructor and Description |
---|
OAObjectEventDelegate() |
Modifier and Type | Method and Description |
---|---|
protected static void |
fireAfterLoadEvent(OAObject oaObj) |
protected static void |
fireBeforePropertyChange(OAObject oaObj,
String propertyName,
Object oldObj,
Object newObj,
boolean bLocalOnly,
boolean bSetChanged)
Used to manage property changes.
|
protected static void |
firePropertyChange(OAObject oaObj,
String propertyName,
Object oldObj,
Object newObj,
boolean bLocalOnly,
boolean bSetChanged)
Used to manage property changes.
|
protected static void |
firePropertyChange(OAObject oaObj,
String propertyName,
Object oldObj,
Object newObj,
boolean bLocalOnly,
boolean bSetChanged,
boolean bUnknownValues) |
protected static void |
sendHubBeforePropertyChange(OAObject oaObj,
String propertyName,
Object oldObj,
Object newObj) |
static void |
sendHubPropertyChange(OAObject oaObj,
String propertyName,
Object oldObj,
Object newObj,
OALinkInfo linkInfo) |
protected static void fireBeforePropertyChange(OAObject oaObj, String propertyName, Object oldObj, Object newObj, boolean bLocalOnly, boolean bSetChanged)
protected static void firePropertyChange(OAObject oaObj, String propertyName, Object oldObj, Object newObj, boolean bLocalOnly, boolean bSetChanged)
protected static void firePropertyChange(OAObject oaObj, String propertyName, Object oldObj, Object newObj, boolean bLocalOnly, boolean bSetChanged, boolean bUnknownValues)
protected static void sendHubBeforePropertyChange(OAObject oaObj, String propertyName, Object oldObj, Object newObj)
public static void sendHubPropertyChange(OAObject oaObj, String propertyName, Object oldObj, Object newObj, OALinkInfo linkInfo)
protected static void fireAfterLoadEvent(OAObject oaObj)
Copyright © 1999–2019 ViaOA. All rights reserved.