ROOT  6.06/08
Reference Guide
Public Member Functions | List of all members
TXHandler Class Reference

Definition at line 30 of file TXHandler.h.

Public Member Functions

 TXHandler ()
 
virtual ~TXHandler ()
 
virtual Bool_t HandleInput (const void *in=0)
 Handler of asynchronous input events. More...
 
virtual Bool_t HandleError (const void *in=0)
 Handler of asynchronous error events. More...
 

#include <TXHandler.h>

+ Inheritance diagram for TXHandler:

Constructor & Destructor Documentation

§ TXHandler()

TXHandler::TXHandler ( )
inline

Definition at line 33 of file TXHandler.h.

§ ~TXHandler()

virtual TXHandler::~TXHandler ( )
inlinevirtual

Definition at line 34 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 39 of file TXHandler.cxx.

Referenced by TXSocket::ProcessUnsolicitedMsg(), and ~TXHandler().

§ HandleInput()

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

Handler of asynchronous input events.

Reimplemented in TXSlave, TXProofMgr, and TXProofServ.

Definition at line 30 of file TXHandler.cxx.

Referenced by TXSocketHandler::Notify(), TXSocket::ProcessUnsolicitedMsg(), and ~TXHandler().


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