com.iternum.swlink
Interface Activatable

All Known Implementing Classes:
DefaultLink

public interface Activatable

A simple interface to designate the interface that is activated by an activator.

Author:
Karl Banke

Method Summary
 void activate()
          The method that is called by the activator on normal activation.
 void activate(java.lang.Object pArgs)
          The link is activated by its activator passing an extra argument.
 

Method Detail

activate

public void activate()
The method that is called by the activator on normal activation.


activate

public void activate(java.lang.Object pArgs)
The link is activated by its activator passing an extra argument.

Parameters:
pArgs - Any arguments that the activator wants to pass on activation