Package com.kheops.jmap.client.views
Class ViewManagerAdapter
java.lang.Object
com.kheops.jmap.client.views.ViewManagerAdapter
- All Implemented Interfaces:
ViewManagerEventListener,EventListener
This view adapter implements ViewManagerEventListener and enable subclasses
to override only the methods that are needed to handle specific events on a ViewManager instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidThis method handles viewActivatedvoidThis method handles viewAddedvoidThis method handles viewActivatedvoidThis method handles viewRemoved
-
Constructor Details
-
ViewManagerAdapter
public ViewManagerAdapter()
-
-
Method Details
-
viewActivated
Description copied from interface:ViewManagerEventListenerThis method handles viewActivated- Specified by:
viewActivatedin interfaceViewManagerEventListener- Parameters:
e- the corresponding ViewActivatedEvent object
-
viewAdded
Description copied from interface:ViewManagerEventListenerThis method handles viewAdded- Specified by:
viewAddedin interfaceViewManagerEventListener- Parameters:
e- the corresponding ViewAddedEvent object
-
viewDeactivated
Description copied from interface:ViewManagerEventListenerThis method handles viewActivated- Specified by:
viewDeactivatedin interfaceViewManagerEventListener- Parameters:
e- the corresponding ViewDeactivatedEvent object
-
viewRemoved
Description copied from interface:ViewManagerEventListenerThis method handles viewRemoved- Specified by:
viewRemovedin interfaceViewManagerEventListener- Parameters:
e- the corresponding ViewRemovedEvent object
-