RefreshViewEventAction.js 637 B

123456789101112131415161718192021
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: Viewer
  5. *| (C) Copyright IBM Corp. 2001, 2011
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or
  8. *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *|
  10. *+------------------------------------------------------------------------+
  11. */
  12. /**
  13. * This action is used when we get an event to refresh a view from the canvas
  14. */
  15. function RefreshViewEventAction()
  16. {
  17. this.m_bCanvasRefreshEvent = true;
  18. }
  19. RefreshViewEventAction.prototype = new RefreshViewAction();