org.jacorb.notification.interfaces
Class EventChannelEvent

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

public class EventChannelEvent
extends ApplicationEvent

Version:
$Id: EventChannelEvent.java,v 1.6 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
EventChannelEvent(AbstractEventChannel servant)
           
 
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

EventChannelEvent

public EventChannelEvent(AbstractEventChannel servant)