Class IvyLogEvent

java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.marid.spring.events.BroadcastEvent<IdeProject>
org.marid.project.ivy.event.IvyLogEvent
All Implemented Interfaces:
java.io.Serializable

public class IvyLogEvent
extends BroadcastEvent<IdeProject>
See Also:
Serialized Form
  • Field Summary

    Fields 
    Modifier and Type Field Description
    java.lang.System.Logger.Level level  
    java.lang.String message  

    Fields inherited from class java.util.EventObject

    source
  • Constructor Summary

    Constructors 
    Constructor Description
    IvyLogEvent​(org.springframework.context.support.GenericApplicationContext context, IdeProject source, java.lang.System.Logger.Level level, java.lang.String message)  
  • Method Summary

    Methods inherited from class org.marid.spring.events.BroadcastEvent

    check, getSource

    Methods inherited from class org.springframework.context.ApplicationEvent

    getTimestamp

    Methods inherited from class java.util.EventObject

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • level

      public final java.lang.System.Logger.Level level
    • message

      public final java.lang.String message
  • Constructor Details

    • IvyLogEvent

      public IvyLogEvent​(org.springframework.context.support.GenericApplicationContext context, IdeProject source, java.lang.System.Logger.Level level, java.lang.String message)