SIL.FieldWorks.CacheLight.RealDataCache.SetActionHandler C# (CSharp) Method

SetActionHandler() public method

Member SetActionHandler
public SetActionHandler ( IActionHandler actionhandler ) : void
actionhandler IActionHandler action handler
return void
		public void SetActionHandler(IActionHandler actionhandler)
		{
			CheckDisposed();

			m_actionhandler = actionhandler;
		}