Package 

Interface ViewManagerDelegate


  • 
    public interface ViewManagerDelegate<T extends View>
    
                        

    This is an interface that must be implemented by classes that wish to take over the responsibility of setting properties of all views managed by the view manager and executing view commands.

    • Method Summary

      Modifier and Type Method Description
      abstract void setProperty(T view, String propName, @Nullable() Object value)
      abstract void receiveCommand(T view, String commandName, ReadableArray args)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait