|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.citra.pivot.olap.remote.RemoteOlapEvent
public class RemoteOlapEvent
An event used to identify the status of RemoteOlapModel.
Field Summary | |
---|---|
protected TreePath[] |
columnPaths
the paths to the column header |
protected TreePath[] |
rowPaths
the paths to the row header |
static int |
STARTED
an integer representing a 'started' remote action. |
static int |
STOPPED
an integer representing a 'stopped' remote action. |
protected int |
type
the type of the event |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
RemoteOlapEvent(Object source,
TreePath[] rowPaths,
TreePath[] columnPaths,
int type)
Constructs a RemoteOlapEvent. |
Method Summary | |
---|---|
TreePath[] |
getColumnPaths()
Retrieves the paths to the column header. |
TreePath[] |
getRowPaths()
Retrieves the paths to the row header. |
int |
getType()
Returns the event's type. |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int STARTED
public static final int STOPPED
protected int type
protected TreePath[] rowPaths
protected TreePath[] columnPaths
Constructor Detail |
---|
public RemoteOlapEvent(Object source, TreePath[] rowPaths, TreePath[] columnPaths, int type)
Method Detail |
---|
public TreePath[] getColumnPaths()
public TreePath[] getRowPaths()
public int getType()
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |