/// <summary>
 /// Adds a listener for the TreeModelEvent posted after the tree changes.
 /// </summary>
 public void addTreeModelListener(TreeModelListener @l)
 {
 }
 /// <summary>
 /// Removes a listener previously added with <B>addTreeModelListener()</B>.
 /// </summary>
 public void removeTreeModelListener(TreeModelListener @l)
 {
 }
		/// <summary>
		/// Adds a listener for the TreeModelEvent posted after the tree changes.
		/// </summary>
		public void addTreeModelListener(TreeModelListener @l)
		{
		}
		/// <summary>
		/// Removes a listener previously added with <B>addTreeModelListener()</B>.
		/// </summary>
		public void removeTreeModelListener(TreeModelListener @l)
		{
		}
 //UPGRADE_NOTE: The equivalent of method 'javax.swing.tree.TreeModel.removeTreeModelListener' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143_3"'
 //UPGRADE_TODO: Interface 'javax.swing.event.TreeModelListener' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095_3"'
 public virtual void removeTreeModelListener(TreeModelListener l)
 {
 }
 //UPGRADE_NOTE: The equivalent of method 'javax.swing.tree.TreeModel.addTreeModelListener' is not an override method. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1143_3"'
 //UPGRADE_TODO: Interface 'javax.swing.event.TreeModelListener' was not converted. 'ms-help://MS.VSCC.2003/commoner/redir/redirect.htm?keyword="jlca1095_3"'
 public virtual void addTreeModelListener(TreeModelListener l)
 {
 }