Class ResourcesManagerApp
- java.lang.Object
-
- org.silverpeas.mobile.client.common.app.App
-
- org.silverpeas.mobile.client.apps.resourcesManager.ResourcesManagerApp
-
- All Implemented Interfaces:
com.google.gwt.event.shared.EventHandler,NavigationEventHandler,ResourcesManagerAppEventHandler,AppEventHandler
public class ResourcesManagerApp extends App implements ResourcesManagerAppEventHandler, NavigationEventHandler
-
-
Constructor Summary
Constructors Constructor Description ResourcesManagerApp()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddReservation(AddReservationEvent event)voidappInstanceChanged(NavigationAppInstanceChangedEvent event)voiddeleteReservation(DeleteReservationEvent deleteReservationEvent)voidsaveReservation(SaveReservationEvent saveReservationEvent)voidshowContent(NavigationShowContentEvent event)voidstart()voidstop()-
Methods inherited from class org.silverpeas.mobile.client.common.app.App
getApplicationInstance, getAppName, getMainPage, isStopLoading, receiveEvent, setApplicationInstance, setMainPage, setStopLoading, startWithContent, stopLoadingDataEvent
-
-
-
-
Method Detail
-
appInstanceChanged
public void appInstanceChanged(NavigationAppInstanceChangedEvent event)
- Specified by:
appInstanceChangedin interfaceNavigationEventHandler
-
showContent
public void showContent(NavigationShowContentEvent event)
- Specified by:
showContentin interfaceNavigationEventHandler- Overrides:
showContentin classApp
-
addReservation
public void addReservation(AddReservationEvent event)
- Specified by:
addReservationin interfaceResourcesManagerAppEventHandler
-
saveReservation
public void saveReservation(SaveReservationEvent saveReservationEvent)
- Specified by:
saveReservationin interfaceResourcesManagerAppEventHandler
-
deleteReservation
public void deleteReservation(DeleteReservationEvent deleteReservationEvent)
- Specified by:
deleteReservationin interfaceResourcesManagerAppEventHandler
-
-