Package io.guise.framework.platform
Interface PlatformCommandMessage<C extends Enum<C> & PlatformCommand>
- Type Parameters:
C
- The type of command.
- All Superinterfaces:
PlatformMessage
- All Known Subinterfaces:
WebPlatformCommandMessage<C>
- All Known Implementing Classes:
WebCommandDepictEvent
,WebCommandMessage
public interface PlatformCommandMessage<C extends Enum<C> & PlatformCommand>
extends PlatformMessage
A command message to or from the platform on which objects are being depicted.
- Author:
- Garret Wilson
-
Method Summary
-
Method Details
-
getCommand
C getCommand()- Returns:
- The command.
-