public class InstanceExplorerEvent
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | COLUMN_ADDEDThe Constant COLUMN_ADDED. | 
| static int | COLUMN_DELETEDThe Constant COLUMN_DELETED. | 
| static int | COMPANY_ADDEDThe Constant COMPANY_ADDED. | 
| static int | COMPANY_DELETEDThe Constant COMPANY_DELETED. | 
| static int | DIMENSION_ADDEDThe Constant DIMENSION_ADDED. | 
| static int | DIMENSION_DELETEDThe Constant DIMENSION_DELETED. | 
| static int | DIMENSIONS_FINISHEDThe Constant DIMENSIONS_FINISHED. | 
| static int | END_ALLFACTSThe Constant END_ALLFACTS. | 
| static int | END_INSTANCEThe Constant END_INSTANCE. | 
| static int | END_UPDATEIndicates the end of a set of events. | 
| static int | FACT_ADDEDThe Constant FACT_ADDED. | 
| static int | FACT_CHANGED_CONTEXTThe Constant FACT_CHANGED_CONTEXT. | 
| static int | FACT_DELETEDThe Constant FACT_DELETED. | 
| static int | MEMBER_ADDEDThe Constant MEMBER_ADDED. | 
| static int | START_ALLFACTSThe Constant START_ALLFACTS. | 
| static int | START_INSTANCEThe Constant START_INSTANCE. | 
| static int | START_UPDATEThis event is used prior to produce a set of events 
 that might take long time to process. | 
| Constructor and Description | 
|---|
| InstanceExplorerEvent(InstanceExplorerInterface ie,
                     int event,
                     java.lang.Object obj1,
                     java.lang.Object obj2)Instantiates a new instance explorer event. | 
| InstanceExplorerEvent(InstanceExplorerInterface ie,
                     int event,
                     XBRLFact fact,
                     java.lang.Object oldValue,
                     java.lang.Object newValue)Instantiates a new instance explorer event. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getEvent()Gets the event. | 
| XBRLFact | getFact()Gets the fact. | 
| InstanceExplorerInterface | getInstanceExplorer()Gets the instance explorer. | 
| java.lang.Object | getNewValue()Gets the new value. | 
| java.lang.Object | getObject()Gets the object. | 
| java.lang.Object | getObject2()Gets the object2. | 
| java.lang.Object | getOldValue()Gets the old value. | 
| java.lang.String | toString()To string. | 
public static final int COLUMN_ADDED
public static final int COLUMN_DELETED
public static final int FACT_ADDED
public static final int FACT_DELETED
public static final int COMPANY_ADDED
public static final int COMPANY_DELETED
public static final int FACT_CHANGED_CONTEXT
public static final int START_INSTANCE
public static final int END_INSTANCE
public static final int START_ALLFACTS
public static final int END_ALLFACTS
public static final int START_UPDATE
public static final int END_UPDATE
public static final int DIMENSION_ADDED
public static final int DIMENSION_DELETED
public static final int DIMENSIONS_FINISHED
public static final int MEMBER_ADDED
public InstanceExplorerEvent(InstanceExplorerInterface ie, int event, java.lang.Object obj1, java.lang.Object obj2)
ie - the ieevent - the eventobj1 - the obj1obj2 - the obj2public InstanceExplorerEvent(InstanceExplorerInterface ie, int event, XBRLFact fact, java.lang.Object oldValue, java.lang.Object newValue)
ie - the ieevent - the eventfact - the factoldValue - the old valuenewValue - the new valuepublic InstanceExplorerInterface getInstanceExplorer()
public int getEvent()
public java.lang.Object getObject()
public java.lang.Object getObject2()
public XBRLFact getFact()
public java.lang.Object getOldValue()
public java.lang.Object getNewValue()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa