Package org.cytoscape.equations.event
Class EquationFunctionAddedEvent
java.lang.Object
org.cytoscape.event.AbstractCyEvent<T>
org.cytoscape.event.AbstractCyPayloadEvent<EquationParser,Function>
org.cytoscape.equations.event.EquationFunctionAddedEvent
- All Implemented Interfaces:
CyEvent<EquationParser>
,CyPayloadEvent<EquationParser,Function>
-
Constructor Summary
ConstructorDescriptionEquationFunctionAddedEvent(EquationParser source, Collection<Function> functions)
-
Method Summary
Methods inherited from class org.cytoscape.event.AbstractCyPayloadEvent
getPayloadCollection
Methods inherited from class org.cytoscape.event.AbstractCyEvent
getListenerClass, getSource
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.cytoscape.event.CyEvent
getListenerClass, getSource
-
Constructor Details
-
EquationFunctionAddedEvent
-