MulticastDelegate
public class MulticastDelegate<T>
Provides ability to add/remove several observers for generic events
-
Declaration
Swift
public func add(delegate: T)
-
Declaration
Swift
public func remove(delegate: T)
-
Declaration
Swift
public func invoke(invocation: (T) -> ())