Changeset 24 for references/src


Ignore:
Timestamp:
10/06/20 13:12:20 (4 years ago)
Author:
bart
Message:

Fixes an issue with processing maxPower of a vote. Javadoc maven plugin now uses latest version.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • references/src/main/java/geniusweb/connection/DefaultConnection.java

    r9 r24  
    66 * Default implementation of connection. Connection implementors only need to
    77 * implement the send (which moves the data sent into the connection to the
    8  * other side) and they can call {@link DefaultListenable#notifyChange(Object)}
    9  * to inform the users of the connection that something came in from the other
    10  * side.
     8 * other side) and they can call
     9 * {@link DefaultListenable#notifyListeners(Object)} to inform the users of the
     10 * connection that something came in from the other side.
    1111 *
    12  * @param <INTYPE> the datatype of objects received from the other side
    13  * @param <OUTTYPE> the datatype of objects sent to the other side.
     12 * @param INTYPE the datatype of objects received from the other side
     13 * @param OUTTYPE the datatype of objects sent to the other side.
    1414 */
    1515public abstract class DefaultConnection<INTYPE, OUTTYPE> extends
Note: See TracChangeset for help on using the changeset viewer.