Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nectar.reda.client.action
Class ClientPushAction  view ClientPushAction download ClientPushAction.java

java.lang.Object
  extended bynectar.reda.client.action.ClientAction
      extended bynectar.reda.client.action.ClientPushAction
All Implemented Interfaces:
java.io.Serializable

public class ClientPushAction
extends ClientAction

ClientPushActions are actions sent by the server that aren't responses to direct commands. Some Actions may "subscribe" to ClientPushAction's through the ActionPump.


Field Summary
private  int listenerHashCode
           
 
Fields inherited from class nectar.reda.client.action.ClientAction
 
Constructor Summary
ClientPushAction(int listener)
          Creates a new instance of ClientPushAction
 
Method Summary
 int getListenerHashCode()
           
 
Methods inherited from class nectar.reda.client.action.ClientAction
hasException, setException, throwException
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

listenerHashCode

private int listenerHashCode
Constructor Detail

ClientPushAction

public ClientPushAction(int listener)
Creates a new instance of ClientPushAction

Method Detail

getListenerHashCode

public int getListenerHashCode()