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 java.lang.Object

Author:
Bogdan Stefanescu

Field Summary
 java.lang.Object data
           
static int INPUT
           
static int PROP
           
 java.lang.Object source
           
 int type
           
 
Constructor Summary
ContextEvent(int type)
           
ContextEvent(int type, java.lang.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 java.lang.Object data

source

public java.lang.Object source
Constructor Detail

ContextEvent

public ContextEvent(int type)

ContextEvent

public ContextEvent(int type,
                    java.lang.Object data)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.