facets.core.superficial
Class SToggling.Coupler

java.lang.Object
  extended by facets.core.superficial.SToggling.Coupler
All Implemented Interfaces:
TargetCoupler, java.io.Serializable
Enclosing class:
SToggling

public static class SToggling.Coupler
extends java.lang.Object
implements TargetCoupler

Connects a SToggling to the application.

A SToggling.Coupler supplies application-specific mechanism for a SToggling.

See Also:
Serialized Form

Constructor Summary
SToggling.Coupler()
           
 
Method Summary
 void stateSet(SToggling t)
          Called by the toggling whenever its state is set.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SToggling.Coupler

public SToggling.Coupler()
Method Detail

stateSet

public void stateSet(SToggling t)
Called by the toggling whenever its state is set.