org.xulfaces.bridge
Interface Command

All Known Implementing Classes:
AbstractCommand, DeleteZoneCommand, NotValidCommand, UpdateZoneCommand, WatchZoneAttributeCommand, WatchZonePropertyCommand

public interface Command

Defines a Command to be executed by the client side.

Version:
$Id: Command.java,v 1.3 2006/07/03 19:49:19 kito31 Exp $
Author:
kito31

Method Summary
 java.lang.String getName()
          A Command has a name.
 java.util.List<Parameter> getParameters()
          A Command owns a List of Parameter.
 java.lang.String getTarget()
          Get command's target : component name, null or any kind of value.
 

Method Detail

getName

java.lang.String getName()

A Command has a name.

Returns:
The Command's name

getParameters

java.util.List<Parameter> getParameters()

A Command owns a List of Parameter.

Returns:
A List of Parameter

getTarget

java.lang.String getTarget()

Get command's target : component name, null or any kind of value.

Returns:
A target as a String


Copyright © 2007 null. All Rights Reserved.