cat.sig
Interface SigListener

All Known Implementing Classes:
ContextApp

public interface SigListener

This interface defines the methods that a SigListener must implement.


Method Summary
 void handleSigEvent(SigEvent ce)
          This method is for notifying the listener of the SigEvent.
 

Method Detail

handleSigEvent

public void handleSigEvent(SigEvent ce)
This method is for notifying the listener of the SigEvent.