com.neeve.aep
Interface IAepPredispatchMessageHandler

All Known Subinterfaces:
IAepCentralMessageHandler

public interface IAepPredispatchMessageHandler

Defines an application's predispatch message handler.

The AEP engine supports the ability to register a 'central' predispatch message handler. This handler, if registered via AepEngine.setPredispatchMessageHandler(IAepPredispatchMessageHandler) is invoked before the message specific handler is invoked. This is not to be confused with the default event handler which is invoked if no event or message specific handlers were found.


Method Summary
 void onMessage(IRogMessage message)
          Invoked prior to message dispatch
 

Method Detail

onMessage

void onMessage(IRogMessage message)
Invoked prior to message dispatch

Parameters:
message - The message.

This method is invoked prior to the annotated message/event handlers and the default event handler



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.