net.sf.cglib.reflect

Class MulticastDelegate

Implemented Interfaces:
Cloneable

public abstract class MulticastDelegate
extends java.lang.Object
implements Cloneable

Nested Class Summary

static class
MulticastDelegate.Generator

Method Summary

abstract MulticastDelegate
add(Object target)
static MulticastDelegate
create(Class iface)
List
getTargets()
abstract MulticastDelegate
newInstance()
MulticastDelegate
remove(Object target)

Method Details

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