Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.runtime.client.model
Class ContextEvent

java.lang.Object
  extended by org.nuxeo.ecm.gwt.runtime.client.model.ContextEvent

public class ContextEvent
extends Object

Author:
Bogdan Stefanescu

Field Summary
 Object data
           
static int INPUT
           
static int PROP
           
 Object source
           
 int type
           
 
Constructor Summary
ContextEvent(int type)
           
ContextEvent(int type, Object data)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INPUT

public static final int INPUT
See Also:
Constant Field Values

PROP

public static final int PROP
See Also:
Constant Field Values

type

public int type

data

public Object data

source

public Object source
Constructor Detail

ContextEvent

public ContextEvent(int type)

ContextEvent

public ContextEvent(int type,
                    Object data)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.