org.jacorb.notification.interfaces
Class ProxyDisposedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.jacorb.notification.interfaces.ApplicationEvent
          extended byorg.jacorb.notification.interfaces.ProxyDisposedEvent
All Implemented Interfaces:
java.io.Serializable

public class ProxyDisposedEvent
extends ApplicationEvent

ProxyDisposedEvent.java Created: Wed Feb 12 15:12:52 2003

Version:
$Id: ProxyDisposedEvent.java,v 1.5 2004/05/06 12:39:59 nicolas Exp $
Author:
Alphonse Bendt
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProxyDisposedEvent(AbstractProxy proxy)
           
 
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

ProxyDisposedEvent

public ProxyDisposedEvent(AbstractProxy proxy)