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 DojoTreeBeanListener
java.rmi.RemoteException
MXException
public void prepareMboSet(MboSetRemote toPrepare) throws java.rmi.RemoteException, MXException
prepareMboSet
in interface DojoTreeBeanListener
java.rmi.RemoteException
MXException
public void onCopyMbo(MboRemote mbo) throws java.rmi.RemoteException, MXException
onCopyMbo
in interface DojoTreeBeanListener
java.rmi.RemoteException
MXException
public void onPaste(MboRemote targetParentMbo) throws java.rmi.RemoteException, MXException
onPaste
in interface DojoTreeBeanListener
java.rmi.RemoteException
MXException
public void onSelect(MboRemote selectedMbo, java.lang.String eventValue) throws java.rmi.RemoteException, MXException
onSelect
in interface DojoTreeBeanListener
java.rmi.RemoteException
MXException
public void onCheck(MboRemote mbo, boolean state) throws java.rmi.RemoteException, MXException
onCheck
in interface DojoTreeBeanListener
java.rmi.RemoteException
MXException