public class EventHelper
extends java.lang.Object
Constructor and Description |
---|
EventHelper() |
Modifier and Type | Method and Description |
---|---|
static <T> void |
invoke(java.util.List<Action1<T>> actions,
T argument) |
static <T extends EventArgs> |
invoke(java.util.List<EventHandler<T>> delegates,
java.lang.Object sender,
T event)
Helper used for invoking event on list of delegates
|
public static <T extends EventArgs> void invoke(java.util.List<EventHandler<T>> delegates, java.lang.Object sender, T event)
delegates
- sender
- event
- public static <T> void invoke(java.util.List<Action1<T>> actions, T argument)
Copyright © 2014. All Rights Reserved.