public class TableViewLayoutChangeListener
extends java.lang.Object
implements android.view.View.OnLayoutChangeListener
| Constructor and Description |
|---|
TableViewLayoutChangeListener(ITableView tableView) |
| Modifier and Type | Method and Description |
|---|---|
void |
onLayoutChange(android.view.View v,
int left,
int top,
int right,
int bottom,
int oldLeft,
int oldTop,
int oldRight,
int oldBottom) |
public TableViewLayoutChangeListener(@NonNull
ITableView tableView)