|
Cytoscape 2.2 (c) 2004 ISB, MSKCC, UCSD | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcytoscape.CyNetworkEvent
Events of this class are fired from a CyNetwork object when something happens to the network. The event holds a reference to the network that is the source of the event, and an int flag identifying the type of event.
| Field Summary | |
static int |
BEGIN
Indicates that someone is beginning to work with the network. |
static int |
END
Indicates that someone is done working with the network. |
static int |
GRAPH_REPLACED
Indicates that a new graph has been installed in the network. |
static int |
UNKNOWN
This type is used when the requested type is unknown to this class. |
| Constructor Summary | |
CyNetworkEvent(CyNetwork source,
int type)
|
|
| Method Summary | |
CyNetwork |
getNetwork()
|
int |
getType()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int UNKNOWN
public static final int BEGIN
public static final int END
public static final int GRAPH_REPLACED
| Constructor Detail |
public CyNetworkEvent(CyNetwork source,
int type)
| Method Detail |
public CyNetwork getNetwork()
public int getType()
|
www.cytoscape.org | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||