ROOT
6.07/01
Reference Guide
|
Handler of asynchronous events for XProofD sockets.
Classes needing this should inherit from this and overload the relevant methods.
Definition at line 30 of file TXHandler.h.
Public Member Functions | |
TXHandler () | |
virtual | ~TXHandler () |
virtual Bool_t | HandleInput (const void *in=0) |
virtual Bool_t | HandleError (const void *in=0) |
Handler of asynchronous error events. More... | |
#include <TXHandler.h>
|
inline |
Definition at line 33 of file TXHandler.h.
|
inlinevirtual |
Definition at line 34 of file TXHandler.h.
Handler of asynchronous error events.
Reimplemented in TXSlave, TXProofMgr, and TXProofServ.
Definition at line 37 of file TXHandler.cxx.
Referenced by TXSocket::ProcessUnsolicitedMsg().
Reimplemented in TXSlave, TXProofMgr, and TXProofServ.
Referenced by TXSocket::ProcessUnsolicitedMsg().