org.solovyev.android
Interface AndroidUtils.ViewProcessor<V>

Type Parameters:
V - view type
Enclosing class:
AndroidUtils

public static interface AndroidUtils.ViewProcessor<V>

Interface to process view. See AndroidUtils#processViews(android.view.View, AndroidUtils.ViewProcessor) for more details

See Also:
AndroidUtils#processViews(android.view.View, AndroidUtils.ViewProcessor)

Method Summary
 void process(V view)
           
 

Method Detail

process

void process(@NotNull
             V view)


Copyright © 2012. All Rights Reserved.