nextapp.echo2.extras.app.menu.MenuSelectionModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ibis-echo2 Show documentation
Show all versions of ibis-echo2 Show documentation
Echo2 bundled with Echo2_Extras, Echo2_FileTransfer and echopointing and various improvements/bugfixes
package nextapp.echo2.extras.app.menu;
import nextapp.echo2.app.event.ChangeListener;
public interface MenuSelectionModel {
void addChangeListener(ChangeListener l);
void removeChangeListener(ChangeListener l);
void setSelectedId(String id);
String getSelectedId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy