CVS update: JGroups/src/org/jgroups Event.java
"Bela Ban" <[email protected]>
| Newsgroups | gmane.comp.java.javagroups.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: belaban
Date: 10/09/03 09:46:40
Modified: src/org/jgroups Event.java
Log:
ns
Revision Changes Path
1.75 +3 -1 JGroups/src/org/jgroups/Event.java
Index: Event.java
===================================================================
RCS file: /cvsroot/javagroups/JGroups/src/org/jgroups/Event.java,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- Event.java 14 Oct 2009 15:44:03 -0000 1.74
+++ Event.java 3 Sep 2010 09:46:40 -0000 1.75
@@ -5,7 +5,7 @@
/**
* Used for inter-stack and intra-stack communication.
* @author Bela Ban
- * @version $Id: Event.java,v 1.74 2009/10/14 15:44:03 vlada Exp $
+ * @version $Id: Event.java,v 1.75 2010/09/03 09:46:40 belaban Exp $
*/
public class Event {
public static final int MSG = 1; // arg = Message
@@ -79,6 +79,7 @@
* @param type
* @deprecated in order to make an Event immutable
*/
+ @Deprecated
public void setType(int type) {
throw new IllegalAccessError("setType() has been deprecated, to make Events immutable");
}
@@ -87,6 +88,7 @@
return arg;
}
+ @Deprecated
public void setArg(Object arg) {
throw new IllegalAccessError("setArg() has been deprecated, to make Events immutable");
}
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd