org.onebusaway.webapp.gwt.notification
Interface NotificationMethod

All Known Implementing Classes:
PopupNotificationMethod, SoundNotificationMethod

public interface NotificationMethod


Method Summary
 String getId()
           
 boolean getSelectionRow(DivPanel methodPanel)
           
 void handleNotification(NotificationContext context)
           
 void handleNotificationReset()
           
 boolean isEnabled()
           
 void loadFromState(NotificationMethodState methodState)
           
 

Method Detail

getId

String getId()

isEnabled

boolean isEnabled()

getSelectionRow

boolean getSelectionRow(DivPanel methodPanel)

loadFromState

void loadFromState(NotificationMethodState methodState)

handleNotification

void handleNotification(NotificationContext context)

handleNotificationReset

void handleNotificationReset()


Copyright © 2012 OneBusAway. All Rights Reserved.