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 Type
    Method
    Description
    void
    Sets a new ActionListener to receive events.
  • Method Details

    • setActionListener

      void setActionListener(ActionListener actionListener)
      Sets a new ActionListener to receive events. Replaces any former ActionListener if exists.