org.mmbase.core.event
Class SystemEvent

java.lang.Object
  extended by org.mmbase.core.event.Event
      extended by org.mmbase.core.event.SystemEvent
All Implemented Interfaces:
Serializable, Cloneable, PublicCloneable<Event>
Direct Known Subclasses:
ComponentRepository.Ready, SystemEvent.Collectable

public abstract class SystemEvent
extends Event

Since:
MMBase-1.9.3
Version:
$Id: TransactionEvent.java 41369 2010-03-15 20:54:45Z michiel $
Author:
Michiel Meeuwissen
See Also:
Serialized Form

Nested Class Summary
static class SystemEvent.Collectable
          A SystemEvent that is also Collectable will be collected by the EventManger and also issued to EventListeners which are added after the event happened.
static class SystemEvent.MachineName
          Notifies the first determination or change in the 'machinename'
static class SystemEvent.ServletContext
           
static class SystemEvent.Shutdown
           
static class SystemEvent.Up
          Notifies that the local MMBase is now fully up and running
 
Field Summary
 
Fields inherited from class org.mmbase.core.event.Event
eventType, machine, TYPE_CHANGE, TYPE_DELETE, TYPE_NEW, TYPE_UNSPECIFIED
 
Constructor Summary
SystemEvent()
           
 
Method Summary
 
Methods inherited from class org.mmbase.core.event.Event
clone, getMachine, getType, isLocal
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemEvent

public SystemEvent()


MMBase 2.0-SNAPSHOT - null