com.gwtplatform.tester
Interface MockClientActionHandlerMap


public interface MockClientActionHandlerMap

This is the interface that define the map of Action to ClientActionHandler for unit testing.

Author:
Brendan Doherty

Method Summary
 Class<?> getActionClass()
           
 ClientActionHandler<?,?> getClientActionHandler()
           
 

Method Detail

getActionClass

Class<?> getActionClass()
Returns:
the Action class associated

getClientActionHandler

ClientActionHandler<?,?> getClientActionHandler()
Returns:
the ClientActionHandler class associated


Copyright © 2010-2011 ArcBees. All Rights Reserved.