Package org.cytoscape.equations.event
Class EquationFunctionRemovedEvent
java.lang.Object
org.cytoscape.event.AbstractCyEvent<T>
org.cytoscape.event.AbstractCyPayloadEvent<EquationParser,Function>
org.cytoscape.equations.event.EquationFunctionRemovedEvent
- All Implemented Interfaces:
CyEvent<EquationParser>
,CyPayloadEvent<EquationParser,
Function>
-
Constructor Summary
ConstructorDescriptionEquationFunctionRemovedEvent
(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
-
EquationFunctionRemovedEvent
-