danger.util
Interface ActiveList.ForEach

Enclosing interface:
ActiveList


public static interface ActiveList.ForEach

Callback interface used for calls to ActiveList.forEach(danger.util.ActiveList.ForEach).


Method Summary
 void receive(Object item)
          Receive an item.
 

Method Detail

receive

void receive(Object item)
Receive an item.

Parameters:
item - null-ok; an item from a list