Handler of asynchronous events for XProofD sockets.
Classes needing this should inherit from this and overload the relevant methods.
Definition at line 28 of file TXHandler.h.
Public Member Functions | |
TXHandler () | |
virtual | ~TXHandler () |
virtual Bool_t | HandleError (const void *in=0) |
Handler of asynchronous error events. | |
virtual Bool_t | HandleInput (const void *in=0) |
Handler of asynchronous input events. | |
TClass * | IsA () const override |
void | Streamer (TBuffer &) override |
void | StreamerNVirtual (TBuffer &ClassDef_StreamerNVirtual_b) |
Static Public Member Functions | |
static TClass * | Class () |
static const char * | Class_Name () |
static constexpr Version_t | Class_Version () |
static const char * | DeclFileName () |
#include <TXHandler.h>
|
inline |
Definition at line 31 of file TXHandler.h.
|
inlinevirtual |
Definition at line 32 of file TXHandler.h.
|
static |
|
inlinestaticconstexpr |
Definition at line 37 of file TXHandler.h.
|
inlinestatic |
Definition at line 37 of file TXHandler.h.
|
virtual |
Handler of asynchronous error events.
Reimplemented in TXProofMgr, TXProofServ, and TXSlave.
Definition at line 37 of file TXHandler.cxx.
|
virtual |
Handler of asynchronous input events.
Reimplemented in TXProofMgr, TXProofServ, and TXSlave.
Definition at line 28 of file TXHandler.cxx.
|
inlineoverride |
Definition at line 37 of file TXHandler.h.
|
override |
|
inline |
Definition at line 37 of file TXHandler.h.