Searched refs:tsl (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTree.java2858 * @param tsl the <code>TreeSelectionListener</code> that will be notified
2862 public void addTreeSelectionListener(TreeSelectionListener tsl) { argument
2863 listenerList.add(TreeSelectionListener.class,tsl);
2874 * @param tsl the <code>TreeSelectionListener</code> to remove
2876 public void removeTreeSelectionListener(TreeSelectionListener tsl) { argument
2877 listenerList.remove(TreeSelectionListener.class,tsl);

Completed in 55 milliseconds