Interface LayoutEvent
- All Superinterfaces:
dev.pfaff.log4truth.format.AppendTo
,Event
,WidgetStateEvent
- All Known Implementing Classes:
LayoutEvent.Scissor
,LayoutEvent.Stencil
,LayoutEvent.Trace
public sealed interface LayoutEvent
extends WidgetStateEvent
permits LayoutEvent.Stencil, LayoutEvent.Trace, LayoutEvent.Scissor
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static final record
static final record
Nested classes/interfaces inherited from interface dev.pfaff.log4truth.format.AppendTo
dev.pfaff.log4truth.format.AppendTo.OfString
-
Method Summary
Methods inherited from interface dev.pfaff.log4truth.format.AppendTo
length
-
Method Details
-
key
long key() -
needed
boolean needed() -
appendTo
default void appendTo(dev.pfaff.log4truth.format.Appender appender) - Specified by:
appendTo
in interfacedev.pfaff.log4truth.format.AppendTo
-