added an operation to the dotlrn_applet service contract. the operation's name
is ChangeEventHandler and is usually implemented by change_ev… Show more
is ChangeEventHandler and is usually implemented by change_ev… Show more
added an operation to the dotlrn_applet service contract. the operation's nameis ChangeEventHandler and is usually implemented by change_event_handlermethod in the dotlrn_applet implementation. dotLRN can throw events based onchanges to a community via the dotlrn_community::generate_change_event method.currently the only event being thrown and handled is the 'rename' event. thisevent is thrown when the name of a community is changed. the only applets thatcurrently listen for this event are dotlrn_fs, dotlrn_forums, anddotlrn_calendar.applets do not have to handle all events, only events they are interested inhandling.we will add events on an as needed basis.
Show less
|