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 void
appInstanceChanged(NavigationAppInstanceChangedEvent event)
void
loadUsersAndGroups()
void
sendNotification(SendNotificationEvent event)
void
setStandAlone(boolean standAlone)
void
setUserOnly(boolean userOnly)
void
start()
void
stop()
-
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:
sendNotification
in interfaceNotificationsAppEventHandler
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChanged
in interfaceNavigationEventHandler
-
setStandAlone
public void setStandAlone(boolean standAlone)
-
setUserOnly
public void setUserOnly(boolean userOnly)
-
-