org.xulfaces.bridge.command
Class WatchZonePropertyCommand

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

public class WatchZonePropertyCommand
extends AbstractCommand

Defines a WatchZone command.

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

Version:
$Id$
Author:
kito31

Constructor Summary
WatchZonePropertyCommand(Zone zone, java.lang.String target, java.lang.String propertyName)
           
 
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

WatchZonePropertyCommand

public WatchZonePropertyCommand(Zone zone,
                                java.lang.String target,
                                java.lang.String propertyName)


Copyright © 2007 null. All Rights Reserved.