org.jacorb.notification.interfaces
Class ProxyEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jacorb.notification.interfaces.ApplicationEvent
          extended by org.jacorb.notification.interfaces.ProxyEvent
All Implemented Interfaces:
java.io.Serializable

public class ProxyEvent
extends ApplicationEvent

Version:
$Id: ProxyEvent.java,v 1.7 2005/05/01 21:52:25 alphonse.bendt Exp $
Author:
Alphonse Bendt
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProxyEvent(AbstractAdmin admin)
           
ProxyEvent(AbstractProxy b)
           
 
Method Summary
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProxyEvent

public ProxyEvent(AbstractProxy b)

ProxyEvent

public ProxyEvent(AbstractAdmin admin)