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

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

public interface HasTimeBlockClickHandlers<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 addTimeBlockClickHandler(TimeBlockClickHandler<T> handler)
          Adds a DeleteEvent handler.
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Method Detail

addTimeBlockClickHandler

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

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


Copyright © 2012. All Rights Reserved.