001 /*
002 * UserChooser.java
003 *
004 * Created on October 28, 2005, 7:27 AM
005 *
006 * To change this template, choose Tools | Template Manager
007 * and open the template in the editor.
008 */
009
010 package com.valhalla.jbother;
011
012 public interface UserChooserListener
013 {
014 public void usersChosen(UserChooser.Item[] users);
015 }