public class EventHelper extends Object
EventHelper()
static <T> void
invoke(List<Action1<T>> actions, T argument)
static <T extends EventArgs> void
invoke(List<EventHandler<T>> delegates, Object sender, T event)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EventHelper()
public static <T extends EventArgs> void invoke(List<EventHandler<T>> delegates, Object sender, T event)
delegates
sender
event
public static <T> void invoke(List<Action1<T>> actions, T argument)
Copyright © 2016. All Rights Reserved.