Cytoscape 2.7.0 (c) 2006,2007 ISB, MSKCC, UCSD

giny.model
Class NestedNetworkChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by giny.model.NestedNetworkChangeEvent
All Implemented Interfaces:
Serializable

public class NestedNetworkChangeEvent
extends EventObject

This event will be fired when nested network is created/removed.

Author:
kono
See Also:
Serialized Form

Constructor Summary
NestedNetworkChangeEvent(Object source, Node parentNode, GraphView nestedGraphView)
           
 
Method Summary
 GraphView getNestedNetworkView()
          Nested network view pointed by a node in other network.
 Node getNestedNode()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NestedNetworkChangeEvent

public NestedNetworkChangeEvent(Object source,
                                Node parentNode,
                                GraphView nestedGraphView)
Method Detail

getNestedNode

public Node getNestedNode()
Returns:
Node points to the nested network.

getNestedNetworkView

public GraphView getNestedNetworkView()
Nested network view pointed by a node in other network. This can be null because network view may not be available at this point.

Returns:
nested network.

www.cytoscape.org