public class DojoTreeBeanAdapter extends java.lang.Object implements DojoTreeBeanListener
| Constructor and Description |
|---|
DojoTreeBeanAdapter() |
| Modifier and Type | Method and Description |
|---|---|
MboRemote |
getRootMbo() |
void |
onCheck(MboRemote mbo,
boolean state) |
void |
onCopyMbo(MboRemote mbo) |
void |
onPaste(MboRemote targetParentMbo) |
void |
onSelect(MboRemote selectedMbo,
java.lang.String eventValue) |
void |
prepareMboSet(MboSetRemote toPrepare) |
public MboRemote getRootMbo() throws java.rmi.RemoteException, MXException
getRootMbo in interface DojoTreeBeanListenerjava.rmi.RemoteExceptionMXExceptionpublic void prepareMboSet(MboSetRemote toPrepare) throws java.rmi.RemoteException, MXException
prepareMboSet in interface DojoTreeBeanListenerjava.rmi.RemoteExceptionMXExceptionpublic void onCopyMbo(MboRemote mbo) throws java.rmi.RemoteException, MXException
onCopyMbo in interface DojoTreeBeanListenerjava.rmi.RemoteExceptionMXExceptionpublic void onPaste(MboRemote targetParentMbo) throws java.rmi.RemoteException, MXException
onPaste in interface DojoTreeBeanListenerjava.rmi.RemoteExceptionMXExceptionpublic void onSelect(MboRemote selectedMbo, java.lang.String eventValue) throws java.rmi.RemoteException, MXException
onSelect in interface DojoTreeBeanListenerjava.rmi.RemoteExceptionMXExceptionpublic void onCheck(MboRemote mbo, boolean state) throws java.rmi.RemoteException, MXException
onCheck in interface DojoTreeBeanListenerjava.rmi.RemoteExceptionMXException