Interface SelfBinder
-
- All Known Implementing Classes:
PMILightrailSignal
,PMIPaintableCanvas
,PMITrackSegment
public interface SelfBinder
A 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
installBindings(InteractionController controller)
-
-
-
Method Detail
-
installBindings
void installBindings(InteractionController controller)
-
-