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