Package com.j_spaces.core.client
Interface ActionMaker
- All Known Subinterfaces:
IDirectSpaceProxy,ISpaceProxy
- All Known Implementing Classes:
AbstractDirectSpaceProxy,AbstractSpaceCacheContainer,AbstractSpaceProxy,LocalCacheContainer,LocalViewContainer,SpaceProxyImpl
public interface ActionMaker
Should be implemented in order to notify events to Action ActionListener
- Since:
- 4.5
- Author:
- guy
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetActionListener(ActionListener actionListener) Sets a newActionListenerto receive events.
-
Method Details
-
setActionListener
Sets a newActionListenerto receive events. Replaces any formerActionListenerif exists.
-