com.smartgwt.client.widgets.calendar.events
Interface EventAddedHandler

All Superinterfaces:
EventHandler

public interface EventAddedHandler
extends EventHandler


Method Summary
 void onEventAdded(CalendarEventAdded event)
          Notification fired whenever a user adds an event.
 

Method Detail

onEventAdded

void onEventAdded(CalendarEventAdded event)
Notification fired whenever a user adds an event.

In a calendar with a DataSource, eventAdded() fires after the event has been successfully added to the server

Parameters:
event - the event