org.xulfaces.bridge.command
Class WatchZoneAttributeCommand

java.lang.Object
  extended by org.xulfaces.bridge.command.AbstractCommand
      extended by org.xulfaces.bridge.command.WatchZoneAttributeCommand
All Implemented Interfaces:
Command

public class WatchZoneAttributeCommand
extends AbstractCommand

Defines a WatchZone command.

This command tells the bridge to watch attribute of some node before sending an AJAX request.

Version:
$Id$
Author:
kito31

Constructor Summary
WatchZoneAttributeCommand(Zone zone, java.lang.String target, java.lang.String attributeName)
           
 
Method Summary
 
Methods inherited from class org.xulfaces.bridge.command.AbstractCommand
addParameter, getName, getParameters, getTarget, setName, setParameters, setTarget
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatchZoneAttributeCommand

public WatchZoneAttributeCommand(Zone zone,
                                 java.lang.String target,
                                 java.lang.String attributeName)


Copyright © 2007 null. All Rights Reserved.