Package org.eclipse.net4j.util.om.log
Class RollingLog.RollingLogEvent
- java.lang.Object
- 
- java.util.EventObject
- 
- org.eclipse.net4j.util.event.Event
- 
- org.eclipse.net4j.util.om.log.RollingLog.RollingLogEvent
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- IEvent
 - Direct Known Subclasses:
- RollingLog.PropertiesEvent,- RollingLog.RecoveryEvent,- RollingLog.SplitEvent
 - Enclosing class:
- RollingLog
 
 public abstract static class RollingLog.RollingLogEvent extends Event - Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RollingLogEvent(RollingLog rollingLog)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RollingLoggetSource()- 
Methods inherited from class org.eclipse.net4j.util.event.EventformatAdditionalParameters, formatEventName, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
RollingLogEventpublic RollingLogEvent(RollingLog rollingLog) 
 
- 
 - 
Method Detail- 
getSourcepublic RollingLog getSource() 
 
- 
 
-