event at xulinput (map)

"st.heim" <[email protected]> Thu, 26 Feb 2004 15:35:38 +0100
Newsgroups gmane.comp.java.luxor-xul.user
Message-ID <[email protected]>
hello,

how can I create an event at  a map of  xulinput element to select an item?
a listener is at the every form, and a single listener at the element on 
the form?

Iterator it = _removeForm.getInputControls();
      while(it.hasNext())
      {
        XulInput input = (XulInput)it.next();
        JComponent comp = (JComponent)input.getJComponent();
        if (JComboBox instanceof comp)
        .....?
      }

steffen