org.gudy.azureus2.ui.swt.pluginsimpl
Class BasicPluginViewImpl

java.lang.Object
  extended by org.gudy.azureus2.ui.swt.pluginsimpl.BasicPluginViewImpl
All Implemented Interfaces:
UIPropertyChangeListener, UISWTViewEventListener, UISWTViewCoreEventListener, UISWTViewCoreEventListenerEx

public class BasicPluginViewImpl
extends java.lang.Object
implements UISWTViewCoreEventListenerEx, UIPropertyChangeListener


Constructor Summary
BasicPluginViewImpl(BasicPluginViewModel model)
           
 
Method Summary
 boolean eventOccurred(UISWTViewEvent event)
          Triggers when an even listed in UISWTViewEvent occurs
 UISWTViewCoreEventListener getClone()
           
 BasicPluginViewModel getModel()
           
 boolean isCloneable()
           
 void propertyChanged(UIPropertyChangeEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicPluginViewImpl

public BasicPluginViewImpl(BasicPluginViewModel model)
Method Detail

isCloneable

public boolean isCloneable()
Specified by:
isCloneable in interface UISWTViewCoreEventListenerEx

getClone

public UISWTViewCoreEventListener getClone()
Specified by:
getClone in interface UISWTViewCoreEventListenerEx

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