public static interface ERXKeyFilter.Delegate
Modifier and Type | Method and Description |
---|---|
void |
didSkipValueForKey(Object target,
Object value,
String key)
Called after skipping a key.
|
void |
didTakeValueForKey(Object target,
Object value,
String key)
Called after pushing the given value into obj.key.
|
void |
willTakeValueForKey(Object target,
Object value,
String key)
Called prior to pushing the given value into obj.key.
|
void willTakeValueForKey(Object target, Object value, String key) throws SecurityException
target
- the target objectvalue
- the value it will be set onkey
- the key that will be setSecurityException
- if you shouldn't be doing thisvoid didTakeValueForKey(Object target, Object value, String key) throws SecurityException
target
- the target objectvalue
- the value that was setkey
- the key that was setSecurityException
- if someone was naughtyvoid didSkipValueForKey(Object target, Object value, String key) throws SecurityException
target
- the target objectvalue
- the value that was skippedkey
- the key that was skippedSecurityException
- if someone was naughtyCopyright © 2002 – 2024 Project Wonder.