de.phleisch.app.itsucks.event
Interface EventObserver


public interface EventObserver

This interface must be implemented to receive dispatched events.

Author:
olli

Method Summary
 void processEvent(Event pEvent)
          This method is called when a event is dispatched to this class.
 

Method Detail

processEvent

void processEvent(Event pEvent)
This method is called when a event is dispatched to this class. It should finish as fast as possible, if not, the event dispatching thread is blocked.

Parameters:
pEvent -


Copyright © 2010. All Rights Reserved.