MethodFilter

public class MethodFilter implements Filter

Filters for a specific method in the event.

Author

jwienke

Constructors

MethodFilter

public MethodFilter(String method)

Constructor.

Parameters

method – method to allow

Methods

match

public boolean match(Event event)