public interface ListenerHandler
Modifier and Type | Method and Description |
---|---|
void |
add(MboRemote mbo)
Listener to the Add event.
|
void |
delete(MboRemote mbo)
Listener to the Delete event.
|
void |
update(MboRemote mbo)
Listener to the Update event.
|
void add(MboRemote mbo) throws MXException, java.rmi.RemoteException
mbo
- event MboMXException
java.rmi.RemoteException
void update(MboRemote mbo) throws MXException, java.rmi.RemoteException
mbo
- event MboMXException
java.rmi.RemoteException
void delete(MboRemote mbo) throws MXException, java.rmi.RemoteException
mbo
- event MboMXException
java.rmi.RemoteException