rm YogaEventListener
Reviewed By: SidharthGuglani Differential Revision: D15742456 fbshipit-source-id: b90a221e177e936e141c582500dccf0ac38027c2
This commit is contained in:
committed by
Facebook Github Bot
parent
8ff13c922a
commit
204e849218
@@ -1,17 +0,0 @@
|
|||||||
/**
|
|
||||||
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
||||||
*
|
|
||||||
* This source code is licensed under the MIT license found in the LICENSE
|
|
||||||
* file in the root directory of this source tree.
|
|
||||||
*/
|
|
||||||
package com.facebook.yoga;
|
|
||||||
|
|
||||||
public interface YogaEventListener {
|
|
||||||
|
|
||||||
void onLayoutPassEnd(YogaNode node);
|
|
||||||
|
|
||||||
void onNodeMeasure(YogaNode node);
|
|
||||||
|
|
||||||
void onNodeLayout(YogaNode node, boolean performLayout);
|
|
||||||
|
|
||||||
}
|
|
Reference in New Issue
Block a user