Uses of Interface
rp1.rossum.RsLogInterface

Packages that use RsLogInterface
rp1.rossum Provides classes to be used as the basis of both the RP1 simulator and client applications. 
rp1.simulator Provides classes to be used for the RP1 simulator internals. 
 

Uses of RsLogInterface in rp1.rossum
 

Classes in rp1.rossum that implement RsLogInterface
 class RsClient
          The main class for connecting a client-side application to the simulator.
 class RsConnection
          A class used by the simulator to communicate with clients.
 class RsLogger
          A deprecated class for logging.
 class RsProtocol
          The base class for both RsClient and RsConnection, defines most of the protocol elements for RP1 communications.
 

Methods in rp1.rossum with parameters of type RsLogInterface
 void RsRunnable.setLogger(RsLogInterface logger)
           
 void RsProtocol.setLogger(RsLogInterface loggerReference)
           
 

Uses of RsLogInterface in rp1.simulator
 

Classes in rp1.simulator that implement RsLogInterface
 class SimClient
           
 class SimSession
          The main class providing session data and related methods.