org.onebusaway.webapp.gwt.notification
Class SoundNotificationMethod

java.lang.Object
  extended by org.onebusaway.webapp.gwt.notification.SoundNotificationMethod
All Implemented Interfaces:
NotificationMethod

public class SoundNotificationMethod
extends Object


Field Summary
protected  String _id
           
protected  String _methodDescription
           
 
Constructor Summary
SoundNotificationMethod()
           
 
Method Summary
protected  void addMethodDescriptionToRow(DivPanel methodRow)
           
 String getId()
           
 boolean getSelectionRow(DivPanel methodRow)
           
 void handleNotification(NotificationContext context)
           
 void handleNotificationReset()
           
 boolean isEnabled()
           
 void loadFromState(NotificationMethodState methodState)
           
protected  void performNotification(NotificationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_id

protected String _id

_methodDescription

protected String _methodDescription
Constructor Detail

SoundNotificationMethod

public SoundNotificationMethod()
Method Detail

performNotification

protected void performNotification(NotificationContext context)

getId

public String getId()
Specified by:
getId in interface NotificationMethod

isEnabled

public boolean isEnabled()
Specified by:
isEnabled in interface NotificationMethod

getSelectionRow

public boolean getSelectionRow(DivPanel methodRow)
Specified by:
getSelectionRow in interface NotificationMethod

loadFromState

public void loadFromState(NotificationMethodState methodState)
Specified by:
loadFromState in interface NotificationMethod

handleNotification

public void handleNotification(NotificationContext context)
Specified by:
handleNotification in interface NotificationMethod

handleNotificationReset

public void handleNotificationReset()
Specified by:
handleNotificationReset in interface NotificationMethod

addMethodDescriptionToRow

protected void addMethodDescriptionToRow(DivPanel methodRow)


Copyright © 2012 OneBusAway. All Rights Reserved.