com.deltax.util.listener
Class NamedSignal

java.lang.Object
  extended bycom.deltax.util.listener.Signal
      extended bycom.deltax.util.listener.NamedSignal

public class NamedSignal
extends Signal

A signal with a name.

Version:
1.0
Author:
Cristiano Sadun

Constructor Summary
NamedSignal(java.lang.String name, java.lang.Object source)
          Create a signal with the given name.
 
Method Summary
 java.lang.String getName()
          Return the name of the signal
 
Methods inherited from class com.deltax.util.listener.Signal
getSource, sourceSupportsExceptionSignals
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedSignal

public NamedSignal(java.lang.String name,
                   java.lang.Object source)
Create a signal with the given name.

Parameters:
name - the name of the signal
source - the stated source of the signal
Method Detail

getName

public java.lang.String getName()
Return the name of the signal

Returns:
the name of the signal