com.neeve.aep
Interface IAepCentralMessageHandler

All Superinterfaces:
IAepPredispatchMessageHandler

Deprecated. This interface has been replaced with IAepPredispatchMessageHandler which should be used instead.

@Deprecated
public interface IAepCentralMessageHandler
extends IAepPredispatchMessageHandler

Represents the application's central messaage handler.

The AEP engine supports the ability to register a 'central' message handler. This handler, if registered via AepEngine.setCentralMessageHandler(com.neeve.aep.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
 
Methods inherited from interface com.neeve.aep.IAepPredispatchMessageHandler
onMessage
 



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