org.objectweb.fractal.gui.model
Class SharedClientInterface
java.lang.Object
org.objectweb.fractal.gui.model.SharedInterface
org.objectweb.fractal.gui.model.SharedClientInterface
- All Implemented Interfaces:
- ClientInterface, Interface
- public class SharedClientInterface
- extends SharedInterface
- implements ClientInterface
An implementation of the ClientInterface
interface for slave
components.
Method Summary |
Binding |
getBinding()
Returns the binding corresponding to this client interface. |
Methods inherited from class org.objectweb.fractal.gui.model.SharedInterface |
getComplementaryInterface, getMasterCollectionInterface, getMasterInterface, getName, getOwner, getSignature, getSlaveCollectionInterfaces, getStatus, isCollection, isInternal, isOptional, setIsCollection, setIsOptional, setName, setSignature, setStatus |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.fractal.gui.model.Interface |
getComplementaryInterface, getMasterCollectionInterface, getMasterInterface, getName, getOwner, getSignature, getSlaveCollectionInterfaces, getStatus, isCollection, isInternal, isOptional, setIsCollection, setIsOptional, setName, setSignature, setStatus |
getBinding
public Binding getBinding()
- Description copied from interface:
ClientInterface
- Returns the binding corresponding to this client interface.
- Specified by:
getBinding
in interface ClientInterface
- Returns:
- the binding corresponding to this client interface, or
null if this interface is not bound.