org.drools.guvnor.client.rpc
Class PushResponse
java.lang.Object
org.drools.guvnor.client.rpc.PushResponse
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.IsSerializable
public class PushResponse
- extends Object
- implements com.google.gwt.user.client.rpc.IsSerializable
A response packet that is sent back to the client.
messageType is to allow filtering on the client, message data itself contains the message.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageType
public String messageType
message
public String message
PushResponse
public PushResponse()
PushResponse
public PushResponse(String key,
String message)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.