org.jboss.errai.workspaces.client.util
Class Action

java.lang.Object
  extended by org.jboss.errai.workspaces.client.util.Action

public class Action
extends Object

Utility builder pattern to improve readbility of listener based code snippets


Method Summary
 Action as(String subject)
           
 void on(Enum command)
           
static Action perform(com.google.gwt.user.client.Command task)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

perform

public static Action perform(com.google.gwt.user.client.Command task)

as

public Action as(String subject)

on

public void on(Enum command)


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.