|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object cytoscape.CyNetworkEvent
public class 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)
Creates a new CyNetworkEvent object. |
Method Summary | |
---|---|
CyNetwork |
getNetwork()
DOCUMENT ME! |
int |
getType()
DOCUMENT ME! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, 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)
source
- DOCUMENT ME!type
- DOCUMENT ME!Method Detail |
---|
public CyNetwork getNetwork()
public int getType()
|
Cytoscape 2.8.0 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |