org.joox
Interface Each


public interface Each

A callback to be executed for a set of matched elements.

Author:
Lukas Eder

Method Summary
 void each(Context context)
          The callback method invoked for every matched element.
 

Method Detail

each

void each(Context context)
The callback method invoked for every matched element.

Parameters:
context - The context for the current callback call.


Copyright © 2012. All Rights Reserved.