Class NotificationsApp
- java.lang.Object
-
- org.silverpeas.mobile.client.common.app.App
-
- org.silverpeas.mobile.client.apps.notifications.NotificationsApp
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,NavigationEventHandler,NotificationsAppEventHandler,AppEventHandler
public class NotificationsApp extends App implements NotificationsAppEventHandler
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidappInstanceChanged(NavigationAppInstanceChangedEvent event)voidloadUsersAndGroups()voidsendNotification(SendNotificationEvent event)voidsetStandAlone(boolean standAlone)voidsetUserOnly(boolean userOnly)voidstart()voidstop()-
Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, showContent, startWithContent, stopLoadingDataEvent
-
-
-
-
Method Detail
-
loadUsersAndGroups
public void loadUsersAndGroups()
-
sendNotification
public void sendNotification(SendNotificationEvent event)
- Specified by:
sendNotificationin interfaceNotificationsAppEventHandler
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChangedin interfaceNavigationEventHandler
-
setStandAlone
public void setStandAlone(boolean standAlone)
-
setUserOnly
public void setUserOnly(boolean userOnly)
-
-