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 MboMXExceptionjava.rmi.RemoteExceptionvoid update(MboRemote mbo) throws MXException, java.rmi.RemoteException
mbo - event MboMXExceptionjava.rmi.RemoteExceptionvoid delete(MboRemote mbo) throws MXException, java.rmi.RemoteException
mbo - event MboMXExceptionjava.rmi.RemoteException