public abstract class LayoutListener extends Object
Constructor and Description |
---|
LayoutListener() |
Modifier and Type | Method and Description |
---|---|
void |
afterFormat(StringBuffer target,
Object data,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
void |
afterParse(String data,
Object target,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
void |
beforeFormat(StringBuffer target,
Object data,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
void |
beforeParse(String data,
Object target,
EntryTO entry,
TypeHandler<?> typeHandler,
MaskTO mask) |
public void beforeParse(String data, Object target, EntryTO entry, TypeHandler<?> typeHandler, MaskTO mask)
public void afterParse(String data, Object target, EntryTO entry, TypeHandler<?> typeHandler, MaskTO mask)
public void beforeFormat(StringBuffer target, Object data, EntryTO entry, TypeHandler<?> typeHandler, MaskTO mask)
public void afterFormat(StringBuffer target, Object data, EntryTO entry, TypeHandler<?> typeHandler, MaskTO mask)
Copyright © 2014. All Rights Reserved.