TPTP 4.4.0 Platform Project
Public API Specification

org.eclipse.hyades.logging.core
Interface LoggingAgentCustomCommandHandler


public interface LoggingAgentCustomCommandHandler

Interface provide service to handle custom command.

LoggingAgent provides function to register the LoggingAgentCustomCommandHandler instance as command listener to Agent controller

Since:
September 6,2006

Method Summary
 void handleLoggingAgentCustomCommand(LoggingAgentCustomCommand command)
           
 

Method Detail

handleLoggingAgentCustomCommand

public void handleLoggingAgentCustomCommand(LoggingAgentCustomCommand command)

TPTP 4.4.0 Platform Project
Public API Specification