com.ihr.xbrl.dts
Class InstanceExplorerEvent

java.lang.Object
  extended by com.ihr.xbrl.dts.InstanceExplorerEvent

public class InstanceExplorerEvent
extends java.lang.Object

Event about changes in the Instance Explorer

Author:
Ignacio

Field Summary
static int COLUMN_ADDED
           
static int COLUMN_DELETED
           
static int COMPANY_ADDED
           
static int COMPANY_DELETED
           
static int DIMENSION_ADDED
           
static int DIMENSION_DELETED
           
static int DIMENSIONS_FINISHED
           
static int END_ALLFACTS
           
static int END_INSTANCE
           
static int FACT_ADDED
           
static int FACT_CHANGED_CONTEXT
           
static int FACT_DELETED
           
static int MEMBER_ADDED
           
static int START_ALLFACTS
           
static int START_INSTANCE
           
 
Constructor Summary
InstanceExplorerEvent(InstanceExplorerInterface ie, int event, java.lang.Object obj1, java.lang.Object obj2)
           
InstanceExplorerEvent(InstanceExplorerInterface ie, int event, XBRLFact fact, java.lang.Object oldValue, java.lang.Object newValue)
           
 
Method Summary
 int getEvent()
           
 XBRLFact getFact()
           
 InstanceExplorerInterface getInstanceExplorer()
           
 java.lang.Object getNewValue()
           
 java.lang.Object getObject()
           
 java.lang.Object getObject2()
           
 java.lang.Object getOldValue()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

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)
Method Detail

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