com.bradrydzewski.gwt.calendar.client.event
Interface HasDeleteHandlers<T>

Type Parameters:
T - the type being opened
All Superinterfaces:
com.google.gwt.event.shared.HasHandlers
All Known Implementing Classes:
Calendar, CalendarWidget

public interface HasDeleteHandlers<T>
extends com.google.gwt.event.shared.HasHandlers

A widget that implements this interface is a public source of DeleteEvent events.


Method Summary
 com.google.gwt.event.shared.HandlerRegistration addDeleteHandler(DeleteHandler<T> handler)
          Adds a DeleteEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addDeleteHandler

com.google.gwt.event.shared.HandlerRegistration addDeleteHandler(DeleteHandler<T> handler)
Adds a DeleteEvent handler.

Parameters:
handler - the handler
Returns:
the registration for the event


Copyright © 2012. All Rights Reserved.