net.sf.cglib.reflect

Class MulticastDelegate

public abstract class MulticastDelegate extends Object implements Cloneable

Nested Class Summary
static classMulticastDelegate.Generator
Method Summary
abstract MulticastDelegateadd(Object target)
static MulticastDelegatecreate(Class iface)
ListgetTargets()
abstract MulticastDelegatenewInstance()
MulticastDelegateremove(Object target)

Method Detail

add

public abstract MulticastDelegate add(Object target)

create

public static MulticastDelegate create(Class iface)

getTargets

public List getTargets()

newInstance

public abstract MulticastDelegate newInstance()

remove

public MulticastDelegate remove(Object target)
Copyright (c) 2001 - Apache Software Foundation