Class ThenActionState
- java.lang.Object
-
- ch.qos.logback.core.joran.conditional.ThenActionState
-
- All Implemented Interfaces:
InPlayListener
class ThenActionState extends java.lang.Object implements InPlayListener
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.util.List<SaxEvent>
eventList
(package private) boolean
isRegistered
-
Constructor Summary
Constructors Constructor Description ThenActionState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
inPlay(SaxEvent event)
-
-
-
Field Detail
-
eventList
java.util.List<SaxEvent> eventList
-
isRegistered
boolean isRegistered
-
-
Method Detail
-
inPlay
public void inPlay(SaxEvent event)
- Specified by:
inPlay
in interfaceInPlayListener
-
-