Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | List of all members
TXHandler Class Reference

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. More...
 
virtual Bool_t HandleInput (const void *in=0)
 Handler of asynchronous input events. More...
 

#include <TXHandler.h>

Inheritance diagram for TXHandler:
[legend]

Constructor & Destructor Documentation

◆ TXHandler()

TXHandler::TXHandler ( )
inline

Definition at line 31 of file TXHandler.h.

◆ ~TXHandler()

virtual TXHandler::~TXHandler ( )
inlinevirtual

Definition at line 32 of file TXHandler.h.

Member Function Documentation

◆ HandleError()

Bool_t TXHandler::HandleError ( const void in = 0)
virtual

Handler of asynchronous error events.

Reimplemented in TXSlave, TXProofMgr, and TXProofServ.

Definition at line 37 of file TXHandler.cxx.

◆ HandleInput()

Bool_t TXHandler::HandleInput ( const void in = 0)
virtual

Handler of asynchronous input events.

Reimplemented in TXSlave, TXProofMgr, and TXProofServ.

Definition at line 28 of file TXHandler.cxx.


The documentation for this class was generated from the following files: