GWTP Dispatch client 0.6-redhat-2

com.gwtplatform.dispatch.client.actionhandler
Interface ClientActionHandlerRegistry

All Known Implementing Classes:
DefaultClientActionHandlerRegistry

public interface ClientActionHandlerRegistry

Implementations of this interface will be used by DispatchAsync implementation to find client-side action handlers.

Author:
Brendan Doherty

Method Summary
<A extends Action<R>,R extends Result>
IndirectProvider<ClientActionHandler<?,?>>
find(Class<A> actionClass)
          Gets the client-side action handler that supports the specific action.
 

Method Detail

find

<A extends Action<R>,R extends Result> IndirectProvider<ClientActionHandler<?,?>> find(Class<A> actionClass)
Gets the client-side action handler that supports the specific action.

Returns:
The the client-side action handler , or null if no appropriate client-side action handler could be found.

GWTP Dispatch client 0.6-redhat-2

Copyright © 2010-2012 ArcBees. All Rights Reserved.