facets.core.superficial
Class STrigger.Coupler

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

public abstract static class STrigger.Coupler
extends java.lang.Object
implements TargetCoupler

Connects a STrigger to the application.

A STrigger.Coupler supplies application-specific mechanism and policy for a STrigger.

See Also:
Serialized Form

Constructor Summary
STrigger.Coupler()
           
 
Method Summary
abstract  void fired(STrigger t)
          Called by Trigger.fire.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

STrigger.Coupler

public STrigger.Coupler()
Method Detail

fired

public abstract void fired(STrigger t)
Called by Trigger.fire.

Parameters:
t - the calling STrigger