Interface NetLibs.CommandListener
All Packages Class Hierarchy This Package Previous Next Index
Interface NetLibs.CommandListener
- public interface CommandListener
- extends Object
- extends BensEventListener
Interface to be implemented by registered listeners who
want to know when various NetLibs commands are selected.
-
commandSelected(int)
- Receives notification that a NetLibs command has
been selected.
commandSelected
public abstract boolean commandSelected(int command)
- Receives notification that a NetLibs command has
been selected.
- Parameters:
- command - the selected command.
- Returns:
- true if it's okay to continue processing
the command; false to abort the command.
- See Also:
- BensEventListener
All Packages Class Hierarchy This Package Previous Next Index