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
ConstructorsConstructorDescriptionEquationFunctionRemovedEvent(EquationParser source, Collection<Function> functions) -
Method Summary
Methods inherited from class org.cytoscape.event.AbstractCyPayloadEvent
getPayloadCollectionMethods inherited from class org.cytoscape.event.AbstractCyEvent
getListenerClass, getSourceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.cytoscape.event.CyEvent
getListenerClass, getSource
-
Constructor Details
-
EquationFunctionRemovedEvent
-