Interface SelfBinder
- 
- All Known Implementing Classes:
- PMILightrailSignal,- PMIPaintableCanvas,- PMITrackSegment
 
 public interface SelfBinderA component implements this class if it wants to come 'pre-configured' with some bindings (to itself) For example, a component with an integer status could come pre-configured with color bindings to its own status
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinstallBindings(InteractionController controller)
 
- 
- 
- 
Method Detail- 
installBindingsvoid installBindings(InteractionController controller) 
 
- 
 
-