Changes between Version 2 and Version 3 of Listener


Ignore:
Timestamp:
06/14/21 12:22:57 (3 years ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Listener

    v2 v3  
    11= Listener =
    22
    3 Maven include:
    4 {{{
    5 <dependency>
    6         <groupId>tudelft.utilities</groupId>
    7         <artifactId>listener</artifactId>
    8         <version>1.1.0</version>
    9 </dependency>
    10 }}}
    11 
    12 
    13 available on
    14 {{{
    15 <repository>
    16         <id>artifactory.ewi.tudelft.nl</id>
    17         <url>http://artifactory.ewi.tudelft.nl/artifactory/libs-release</url>
    18         <snapshots>
    19                 <enabled>false</enabled>
    20         </snapshots>
    21 </repository>
    22 }}}
     3part of [wiki:utilities]
    234
    245Listener contains standard Listener/Listenable functionality. It is parameterized by the TYPE of the objects shared by the Listener