org.jorion.balboa.common
Interface IListener
public interface IListener
Listener for the class Lookup.
- Author:
- Bernard Jorion, www.jorion.org
|
Method Summary |
void |
onParsed(java.io.File jar,
java.util.List<java.lang.String> entries)
Function to be called when a jar is parsed. |
onParsed
void onParsed(java.io.File jar,
java.util.List<java.lang.String> entries)
- Function to be called when a jar is parsed.
- Parameters:
jar - The jar parsed.entries - The list of entries in the jar corresponding to the class given by the user.