de.phleisch.app.itsucks.event
Interface EventFilter

All Known Implementing Classes:
DefaultEventFilter

public interface EventFilter

This is the interface of an EventFilter. An EventFilter can be used to filter events which are dispatched to your observer.

Author:
olli

Method Summary
 boolean isEventAccepted(Event pEvent)
          Checks if the given event is accepted to be dispatched.
 

Method Detail

isEventAccepted

boolean isEventAccepted(Event pEvent)
Checks if the given event is accepted to be dispatched.

Parameters:
pEvent -
Returns:


Copyright © 2010. All Rights Reserved.