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>
public class EquationFunctionAddedEvent extends AbstractCyPayloadEvent<EquationParser,Function>
-
-
Constructor Summary
Constructors Constructor Description EquationFunctionAddedEvent(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 Detail
-
EquationFunctionAddedEvent
public EquationFunctionAddedEvent(EquationParser source, Collection<Function> functions)
-
-