Package io.github.factoryfx.factory.log
Class FactoryLogEntryEvent
- java.lang.Object
-
- io.github.factoryfx.factory.log.FactoryLogEntryEvent
-
public class FactoryLogEntryEvent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description longdurationNsFactoryLogEntryEventTypetype
-
Constructor Summary
Constructors Constructor Description FactoryLogEntryEvent(FactoryLogEntryEventType type, long durationNs)
-
-
-
Field Detail
-
type
public final FactoryLogEntryEventType type
-
durationNs
public final long durationNs
-
-
Constructor Detail
-
FactoryLogEntryEvent
public FactoryLogEntryEvent(FactoryLogEntryEventType type, long durationNs)
-
-