fixed #58 (ordering of handler priorities)

This commit is contained in:
bennidi 2014-02-01 15:41:49 +01:00
parent 6792d18f3a
commit 64974b7eef

View File

@ -241,9 +241,10 @@ public class SubscriptionManagerTest extends AssertSupport {
}
/**
* define handlers with different priorities which need to be executed
* in their respective order
*/
public static class PrioritizedListener{