Author: ruschein
Date: 2010-11-22 08:29:36 -0800 (Mon, 22 Nov 2010)
New Revision: 22971
Modified:
core3/event-api/trunk/src/main/java/org/cytoscape/event/CyMicroListener.java
Log:
Updated the JavaDoc comment.
Modified:
core3/event-api/trunk/src/main/java/org/cytoscape/event/CyMicroListener.java
===================================================================
---
core3/event-api/trunk/src/main/java/org/cytoscape/event/CyMicroListener.java
2010-11-21 18:50:24 UTC (rev 22970)
+++
core3/event-api/trunk/src/main/java/org/cytoscape/event/CyMicroListener.java
2010-11-22 16:29:36 UTC (rev 22971)
@@ -1,14 +1,6 @@
-
/*
- Copyright (c) 2008, The Cytoscape Consortium (www.cytoscape.org)
+ Copyright (c) 2008, 2010, The Cytoscape Consortium (www.cytoscape.org)
- The Cytoscape Consortium is:
- - Institute for Systems Biology
- - University of California San Diego
- - Memorial Sloan-Kettering Cancer Center
- - Institut Pasteur
- - Agilent Technologies
-
This library is free software; you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
by the Free Software Foundation; either version 2.1 of the License, or
@@ -33,9 +25,9 @@
along with this library; if not, write to the Free Software Foundation,
Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
*/
-
package org.cytoscape.event;
+
/**
* The basic interface that any class interested in <b> high
* frequency events </b> should implement - in general you
@@ -44,7 +36,7 @@
* should use the normal CyEvent/CyListener combination. At the very
* least you should try that approach first.
* <p>
- * <b> Any class implementing this inteface must implement the
+ * <b> Any class implementing this interface must implement the
* method:
* <p> <code>public void handleMicroEvent(XYZ xyz, ...);</code>
* <p>where XYZ can be any type of data that needs to be
@@ -74,5 +66,5 @@
*/
public interface CyMicroListener {
// implement
- // public void handleMicroEvent(CyEvent e);
+ // public void handleMicroEvent(arguments for your specific case);
}
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.