|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trolltech.extensions.signalhandler.QSignalHandler0
public abstract class QSignalHandler0
Signal handlers are a convenience class that provides compile time type checking of signal / slot connections.
Constructor Summary | |
---|---|
QSignalHandler0(QSignalEmitter.Signal0 signal)
Creates a new signal handler that sets up a connection from the input signal to this object. |
Method Summary | |
---|---|
abstract void |
handle()
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 QSignalHandler0(QSignalEmitter.Signal0 signal)
signal
- The signal to connect to.Method Detail |
---|
public abstract void handle()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |