All Packages Class Hierarchy This Package Previous Next Index
Interface ejmf.toolkit.multiplayer.MixerCommand
- public interface MixerCommand
A command pattern used with Mixer and MultiPlayerControl.
-
execute()
- Execute the command
-
toString()
- String name of command
execute
public abstract void execute()
- Execute the command
toString
public abstract String toString()
- String name of command
- Returns:
- name of command
- Overrides:
- toString in class Object
All Packages Class Hierarchy This Package Previous Next Index