org.jacorb.notification.interfaces
Class ApplicationEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.jacorb.notification.interfaces.ApplicationEvent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AdminEvent, EventChannelEvent, ProxyCreationRequestEvent, ProxyDisposedEvent, ProxyEvent

public class ApplicationEvent
extends java.util.EventObject

Baseclass for Framework Events.

Version:
$Id: ApplicationEvent.java,v 1.2 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
ApplicationEvent(java.lang.Object source)
           
 
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

ApplicationEvent

public ApplicationEvent(java.lang.Object source)