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.


Method Index

 o execute()
Execute the command
 o toString()
String name of command

Methods

 o execute
 public abstract void execute()
Execute the command

 o 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