Modifier and Type | Class and Description |
---|---|
static class |
MulticastDelegate.Generator |
Modifier | Constructor and Description |
---|---|
protected |
MulticastDelegate() |
Modifier and Type | Method and Description |
---|---|
abstract MulticastDelegate |
add(Object target) |
protected MulticastDelegate |
addHelper(Object target) |
static MulticastDelegate |
create(Class iface) |
List |
getTargets() |
abstract MulticastDelegate |
newInstance() |
MulticastDelegate |
remove(Object target) |
protected Object[] targets
public List getTargets()
public abstract MulticastDelegate add(Object target)
protected MulticastDelegate addHelper(Object target)
public MulticastDelegate remove(Object target)
public abstract MulticastDelegate newInstance()
public static MulticastDelegate create(Class iface)
Copyright © 2016. All rights reserved.