org.autopipes
Interface Floor.Command

All Known Implementing Classes:
FloorImp.CommandImp
Enclosing interface:
Floor

public static interface Floor.Command

Parent interface of all messages sent by a client.


Method Summary
 java.lang.Class getCommand()
          Retrieves Class identifier of this command.
 java.lang.String getDrawingName()
          Gets a drawing target of this command.
 

Method Detail

getDrawingName

java.lang.String getDrawingName()
Gets a drawing target of this command.

Returns:
the drawing name

getCommand

java.lang.Class getCommand()
Retrieves Class identifier of this command.

Returns:
the Class