|
|
|
@44
|
[44]
|
08/08/06 13:43:51 |
schst |
Reverted last commit |
|
|
|
@43
|
[43]
|
08/07/06 18:45:27 |
schst |
Allow handleEvent() to throw anything that's throwable |
|
|
|
@42
|
[42]
|
08/05/06 17:45:11 |
schst |
Removed unused import and unused variable |
|
|
|
@41
|
[41]
|
08/05/06 17:43:37 |
schst |
Huge BC break: event listeners may now throw exceptions. This means, that … |
|
|
|
@40
|
[40]
|
03/29/06 13:35:20 |
schst |
Added configuration for the clover plugin |
|
|
|
@39
|
[39]
|
03/28/06 22:56:14 |
schst |
Added and refined various test cases |
|
|
|
@38
|
[38]
|
03/28/06 22:05:23 |
schst |
Changed return value of getRegisteredEventNames, added two more test cases |
|
|
|
@36
|
[36]
|
02/25/06 19:09:18 |
schst |
Added test case for removing event listeners |
|
|
|
@35
|
[35]
|
02/25/06 19:01:44 |
schst |
Add a testcase for the event queue |
|
|
|
@34
|
[34]
|
02/25/06 16:02:47 |
schst |
Added TestCase? for the auto-remove functionality |
|
|
|
@33
|
[33]
|
02/25/06 15:51:39 |
schst |
Added some very simple test cases |
|
|
|
@32
|
[32]
|
02/25/06 12:56:19 |
schst |
Added possibility to build binary distribution file using mvn … |
|
|
|
@31
|
[31]
|
02/25/06 12:23:18 |
schst |
Added the JUnit dependency |
|
|
|
@30
|
[30]
|
02/21/06 23:28:58 |
schst |
removed unnecessary linebreak at end of file |
|
|
|
@29
|
[29]
|
02/21/06 22:58:30 |
schst |
NOW REQUIRES JAVA5: Switched to the use of Generics, bumped version number |
|
|
|
@28
|
[28]
|
02/21/06 22:41:31 |
schst |
Added test case for factory methods |
|
|
|
@27
|
[27]
|
02/21/06 22:16:38 |
schst |
Added support for maven |
|
|
|
@26
|
[26]
|
01/03/06 16:07:26 |
schst |
Cleanup imports |
|
|
|
@25
|
[25]
|
01/03/06 16:05:14 |
schst |
Added private constructor, added getDetachedInstance(), replace … |
|
|
|
@24
|
[24]
|
12/07/05 11:09:05 |
schst |
Avoid memory leaks using weak hashmaps, added detachDispatcher method |
|
|
|
@23
|
[23]
|
12/02/05 14:25:19 |
schst |
Added methods to remove event listeners |
|
|
|
@22
|
[22]
|
08/19/05 14:07:57 |
schst |
Factory methods need to be synchronized |
|
|
|
@21
|
[21]
|
08/09/05 14:34:39 |
schst |
Return the listener when removing it. |
|
|
|
@20
|
[20]
|
08/04/05 15:36:37 |
schst |
Fixed autoRemove bug, remove some non-ASCII characters from examples |
|
|
|
@19
|
[19]
|
07/31/05 14:08:24 |
schst |
Fixed ticket #3: EventListeners? can be removed specifying the classname |
|
|
|
@18
|
[18]
|
07/21/05 10:39:18 |
schst |
added getGlobalEventListeners() |
|
|
|
@17
|
[17]
|
07/21/05 10:37:15 |
schst |
Added some introspection functionality which gives you acces to event … |
|
|
|
@16
|
[16]
|
07/20/05 16:11:53 |
schst |
added getRegisteredEventNames() |
|
|
|
@15
|
[15]
|
06/21/05 20:18:15 |
akurth |
Removed obsolete basedir property. |
|
|
|
@14
|
[14]
|
06/21/05 20:12:05 |
akurth |
Added LICENSE to jar file.
Readded examples dir to compile target, … |
|
|
|
@13
|
[13]
|
06/21/05 19:33:43 |
akurth |
Added build.properties to svn:ignore. |
|
|
|
@12
|
[12]
|
06/21/05 19:32:48 |
akurth |
Moved build.properties to build.properties.sample. |
|
|
|
@11
|
[11]
|
06/21/05 15:48:13 |
schst |
added removeGlobalEventListener() |
|
|
|
@10
|
[10]
|
06/21/05 15:42:14 |
schst |
Added removeEventListener() |
|
|
|
@9
|
[9]
|
06/21/05 14:55:04 |
schst |
Do not build examples |
|
|
|
@8
|
[8]
|
06/21/05 14:28:51 |
akurth |
Added svn:ignore properties. |
|
|
|
@7
|
[7]
|
06/21/05 14:24:21 |
akurth |
Default compiler is now modern. |
|
|
|
@6
|
[6]
|
06/21/05 14:23:28 |
akurth |
Added build- and properties-files. |
|
|
|
@5
|
[5]
|
06/17/05 17:09:51 |
schst |
Added the license |
|
|
|
@4
|
[4]
|
06/17/05 16:48:58 |
schst |
added the autoRemove feature |
|
|
|
@3
|
[3]
|
06/17/05 16:00:06 |
schst |
added global event listeners, that will be triggered, after the local … |
|
|
|
@2
|
[2]
|
06/17/05 12:49:31 |
schst |
Removed the Blacklist check and added a docblock |
|
|
|
@1
|
[1]
|
06/17/05 12:34:24 |
anonymous |
Initial commit |