From: Hiroo H. <hir...@co...> - 2004-09-11 04:41:10
|
Hi Rib, Rib> the XMLDriverImplementation class. It would probably make more sense Rib> to have Parameter.send(IPatch) and remove IPatchDriver.sendParameter. Rib> But for XMLParameter it would probably need to be something like: Rib> final void send(IPatch p) { Rib> ((XMLDriver)p.getDriver).sendParameter(this, (XMLPatch)p); Rib> } Could you make this change when you are convenient Rib> > BTW Parameter interface is used only for an argument of SysexWidget. It Rib> > would be better to make it an inner interface of SysexWidget as I did Rib> > for ISender and IParamModel. How do you think? Rib> Rib> I can't think of any problems with this. I checked in the fix. I chose name SysexWidget.IParameter to make it consistent with other interface names. I also made SysexHandler.NameValue class for the substitute of NameValue class. -- Hiroo Hayashi |