com.neeve.aep
Interface IAepPostdispatchMessageHandler


public interface IAepPostdispatchMessageHandler

Represents the application's post dispatch message handler.

The AEP engine supports the ability to register a post dispatch message handler. This handler, if registered via AepEngine.setCentralMessageHandler(com.neeve.aep.IAepPredispatchMessageHandler) is invoked after 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 postMessage(IRogMessage message)
          Invoked by an AepEngine subsequent to normal message dispatch.
 

Method Detail

postMessage

void postMessage(IRogMessage message)
Invoked by an AepEngine subsequent to normal message dispatch.

Parameters:
message - The message.

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



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