rm YogaEventListener

Reviewed By: SidharthGuglani

Differential Revision: D15742456

fbshipit-source-id: b90a221e177e936e141c582500dccf0ac38027c2
This commit is contained in:
David Aurelio
2019-06-11 01:37:19 -07:00
committed by Facebook Github Bot
parent 8ff13c922a
commit 204e849218

View File

@@ -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);
}