com.trolltech.extensions.signalhandler
Class QSignalHandler1

java.lang.Object
  extended by com.trolltech.extensions.signalhandler.QSignalHandler1

public abstract class QSignalHandler1
extends java.lang.Object

Signal handlers are a convenience class that provides compile time type checking of signal / slot connections.


Constructor Summary
QSignalHandler1(QSignalEmitter.Signal1 signal)
          Creates a new signal handler that sets up a connection from the input signal to this object.
 
Method Summary
abstract  void handle(java.lang.Object arg)
          Reimplement this function to handle responses to the signal this handler is connected to..
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QSignalHandler1

public QSignalHandler1(QSignalEmitter.Signal1 signal)
Creates a new signal handler that sets up a connection from the input signal to this object.

Parameters:
signal - The signal to connect to.
Method Detail

handle

public abstract void handle(java.lang.Object arg)
Reimplement this function to handle responses to the signal this handler is connected to..

Parameters:
arg - The Signal argument