org.jacorb.notification.interfaces
Class AdminEvent

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

public class AdminEvent
extends ApplicationEvent

AdminEvent.java

Version:
$Id: AdminEvent.java,v 1.4 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
AdminEvent(AbstractAdmin source)
           
 
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

AdminEvent

public AdminEvent(AbstractAdmin source)