|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.extensions.signalhandler.QSignalHandler1
public abstract class QSignalHandler1
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 |
---|
public QSignalHandler1(QSignalEmitter.Signal1 signal)
signal
- The signal to connect to.Method Detail |
---|
public abstract void handle(java.lang.Object arg)
arg
- The Signal argument
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |