de.tub.citydb.api.plugin.extension.view
Class ViewAdapter

java.lang.Object
  extended by de.tub.citydb.api.plugin.extension.view.ViewAdapter
All Implemented Interfaces:
ViewListener

public class ViewAdapter
extends java.lang.Object
implements ViewListener


Constructor Summary
ViewAdapter()
           
 
Method Summary
 void viewActivated(ViewEvent e)
           
 void viewDeactivated(ViewEvent e)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewAdapter

public ViewAdapter()
Method Detail

viewActivated

public void viewActivated(ViewEvent e)
Specified by:
viewActivated in interface ViewListener

viewDeactivated

public void viewDeactivated(ViewEvent e)
Specified by:
viewDeactivated in interface ViewListener