com.ihr.xbrl.dts
Class InstanceExplorerEvent
java.lang.Object
com.ihr.xbrl.dts.InstanceExplorerEvent
public class InstanceExplorerEvent
- extends java.lang.Object
Event about changes in the Instance Explorer
- Author:
- Ignacio
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COLUMN_ADDED
public static final int COLUMN_ADDED
- See Also:
- Constant Field Values
COLUMN_DELETED
public static final int COLUMN_DELETED
- See Also:
- Constant Field Values
FACT_ADDED
public static final int FACT_ADDED
- See Also:
- Constant Field Values
FACT_DELETED
public static final int FACT_DELETED
- See Also:
- Constant Field Values
COMPANY_ADDED
public static final int COMPANY_ADDED
- See Also:
- Constant Field Values
COMPANY_DELETED
public static final int COMPANY_DELETED
- See Also:
- Constant Field Values
FACT_CHANGED_CONTEXT
public static final int FACT_CHANGED_CONTEXT
- See Also:
- Constant Field Values
START_INSTANCE
public static final int START_INSTANCE
- See Also:
- Constant Field Values
END_INSTANCE
public static final int END_INSTANCE
- See Also:
- Constant Field Values
START_ALLFACTS
public static final int START_ALLFACTS
- See Also:
- Constant Field Values
END_ALLFACTS
public static final int END_ALLFACTS
- See Also:
- Constant Field Values
DIMENSION_ADDED
public static final int DIMENSION_ADDED
- See Also:
- Constant Field Values
DIMENSION_DELETED
public static final int DIMENSION_DELETED
- See Also:
- Constant Field Values
DIMENSIONS_FINISHED
public static final int DIMENSIONS_FINISHED
- See Also:
- Constant Field Values
MEMBER_ADDED
public static final int MEMBER_ADDED
- See Also:
- Constant Field Values
InstanceExplorerEvent
public InstanceExplorerEvent(InstanceExplorerInterface ie,
int event,
java.lang.Object obj1,
java.lang.Object obj2)
InstanceExplorerEvent
public InstanceExplorerEvent(InstanceExplorerInterface ie,
int event,
XBRLFact fact,
java.lang.Object oldValue,
java.lang.Object newValue)
getInstanceExplorer
public InstanceExplorerInterface getInstanceExplorer()
getEvent
public int getEvent()
getObject
public java.lang.Object getObject()
getObject2
public java.lang.Object getObject2()
getFact
public XBRLFact getFact()
getOldValue
public java.lang.Object getOldValue()
getNewValue
public java.lang.Object getNewValue()
Copyright 2006-2009 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa