public class OutputProcessViewAfterStateNone extends Object implements OutputProcessViewAfterState
Modifier and Type | Field and Description |
---|---|
static OutputProcessViewAfterStateNone |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
boolean |
checkUpdateAfterCondition(EventBean[] newEvents,
StatementContext statementContext) |
boolean |
checkUpdateAfterCondition(Set<MultiKey<EventBean>> newEvents,
StatementContext statementContext) |
boolean |
checkUpdateAfterCondition(UniformPair<EventBean[]> newOldEvents,
StatementContext statementContext) |
void |
destroy() |
public static final OutputProcessViewAfterStateNone INSTANCE
public boolean checkUpdateAfterCondition(EventBean[] newEvents, StatementContext statementContext)
checkUpdateAfterCondition
in interface OutputProcessViewAfterState
public boolean checkUpdateAfterCondition(Set<MultiKey<EventBean>> newEvents, StatementContext statementContext)
checkUpdateAfterCondition
in interface OutputProcessViewAfterState
public boolean checkUpdateAfterCondition(UniformPair<EventBean[]> newOldEvents, StatementContext statementContext)
checkUpdateAfterCondition
in interface OutputProcessViewAfterState
public void destroy()
destroy
in interface OutputProcessViewAfterState