public class RelationshipListenerHandler extends BaseListenerHandler
Constructor and Description |
---|
RelationshipListenerHandler(IntListenerInfo info)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
delete(MboRemote mbo)
Listener to the Delete event.
|
java.lang.String |
getParamValue(MboSetRemote set,
MboRemote mbo,
java.lang.String col)
Get all values for a filed from MboSet.
|
add, getParamValue, update
public RelationshipListenerHandler(IntListenerInfo info)
public void delete(MboRemote mbo) throws MXException, java.rmi.RemoteException
delete
in interface ListenerHandler
delete
in class BaseListenerHandler
mbo
- event MboMXException
java.rmi.RemoteException
public java.lang.String getParamValue(MboSetRemote set, MboRemote mbo, java.lang.String col) throws MXException, java.rmi.RemoteException
set
- reference to MboSetmbo
- reference to event Mbocol
- column to searchMXException
java.rmi.RemoteException