public class BindUtils extends Object
| Constructor and Description |
|---|
BindUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
postGlobalCommand(String queueName,
String queueScope,
String cmdName,
Map<String,Object> args)
Post a global command to corresponding event queue
|
static void |
postNotifyChange(String queueName,
String queueScope,
Object bean,
String property)
Post a notify change to corresponding event queue to notify a bean's property changing
|
public static void postGlobalCommand(String queueName, String queueScope, String cmdName, Map<String,Object> args)
queueName - the queue name, null for default queue namequeueScope - the queue scope, null for default queue scope (i.e. EventQueues.DESKTOP)cmdName - the global command nameargs - arguments, could get the data in command method by BindingParampublic static void postNotifyChange(String queueName, String queueScope, Object bean, String property)
queueName - the queue name, null for default queue namequeueScope - the queue scope, null for default queue scope (i.e. EventQueues.DESKTOP)bean - the bean instanceproperty - the property name of beanCopyright © 2015. All rights reserved.