public interface NullSetEventHandler extends EventHandler
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldLogOnNullSet(java.lang.String lhs,
java.lang.String rhs)
Called when the RHS of a #set() is null, which will result
in a null LHS.
|
boolean shouldLogOnNullSet(java.lang.String lhs,
java.lang.String rhs)
lhs - reference literal of left-hand-side of set statementrhs - reference literal of right-hand-side of set statementCopyright ? 2002 Apache Software Foundation. All Rights Reserved.