org.gudy.azureus2.ui.swt.pluginsimpl
Class BasicPluginViewImpl
java.lang.Object
  
org.gudy.azureus2.ui.swt.pluginsimpl.BasicPluginViewImpl
- All Implemented Interfaces: 
 - UIPropertyChangeListener, UISWTViewEventListener
 
public class BasicPluginViewImpl
- extends Object
- implements UISWTViewEventListener, UIPropertyChangeListener
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BasicPluginViewImpl
public BasicPluginViewImpl(BasicPluginViewModel model)
getModel
public BasicPluginViewModel getModel()
 
 
eventOccurred
public boolean eventOccurred(UISWTViewEvent event)
- Description copied from interface: 
UISWTViewEventListener 
- Triggers when an even listed in UISWTViewEvent occurs
- Specified by:
 eventOccurred in interface UISWTViewEventListener
 
- Parameters:
 event - event that occurred
- Returns:
 - meaning dependent upon event type
 
 
 
propertyChanged
public void propertyChanged(UIPropertyChangeEvent ev)
- Specified by:
 propertyChanged in interface UIPropertyChangeListener