org.escot
Class ModelReplacementWire
java.lang.Object
|
+--org.escot.Wire
|
+--org.escot.ModelReplacementWire
- All Implemented Interfaces:
- EventListener, PropertyChangeListener
- public class ModelReplacementWire
- extends Wire
- implements PropertyChangeListener
ModelReplacementWire objects....
| Methods inherited from class org.escot.Wire |
_getPublisherFeature, _getSubscriberFeature, _setPublisherFeature, _setSubscriberFeature, connect, disconnect, getPublisher, getPublisherFeature, getPublisherFeatureID, getPublisherFeatureName, getSubscriber, getSubscriberFeature, getSubscriberFeatureID, getSubscriberFeatureName, isConnected, setPublisher, setPublisherFeatureID, setSubscriber, setSubscriberFeatureID |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelReplacementWire
public ModelReplacementWire()
ModelReplacementWire
public ModelReplacementWire(Object publisher,
EscotFeature publisherFeature,
Object subscriber,
EscotFeature subscriberFeature)
canWire
protected static boolean canWire(Object publisher,
EscotFeature publisherFeature,
Object subscriber,
EscotFeature subscribedFeature)
handleConnect
public void handleConnect()
- Description copied from class:
Wire
- Subclasses should override this method to implement
wire-specific connection logic.
- Overrides:
handleConnect in class Wire
handleDisconnect
public void handleDisconnect()
- Description copied from class:
Wire
- Subclasses should override this method to implement
wire-specific disconnection logic.
- Overrides:
handleDisconnect in class Wire
propertyChange
public void propertyChange(PropertyChangeEvent evt)
- Specified by:
propertyChange in interface PropertyChangeListener