com.guiseframework.platform
Interface PlatformCommandMessage<C extends java.lang.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 java.lang.Enum<C> & PlatformCommand>
extends PlatformMessage

A command message to or from the platform on which objects are being depicted.

Author:
Garret Wilson

Method Summary
 C getCommand()
           
 

Method Detail

getCommand

C getCommand()
Returns:
The command.


Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.