Zimlet JavaScript API Reference - ZmOrganizerAction

Class ZmOrganizerAction


Extends ZmAction.

Represents an undoable action on an organizer This class is a generic superclass that does very little on its own; the real work is being done in subclasses

Defined in: ZmAction.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmOrganizerAction(organizer, op)
Methods borrowed from class ZmModel:
addChangeListener, removeAllChangeListeners, removeChangeListener
Class Detail
ZmOrganizerAction(organizer, op)
Parameters:
{ZmOrganizer} organizer
The organizer to perform the action on
{String} op
The operation to perform (e.g. "move")

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:38 GMT-0400 (EDT)