All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface de.unihh.informatik.tide.Request_Handler

public interface Request_Handler
extends Transient, Distinction_Handler
IDL-Code contains comments


Method Index

 o handle_logical_and_request(Logical_And_Request)
 o handle_logical_not_request(Logical_Not_Request)
 o handle_logical_or_request(Logical_Or_Request)
 o handle_logical_request(Logical_Request)
 o handle_simple_request(Simple_Request)
 o handling_failed(Request)

Methods

 o handling_failed
 public abstract void handling_failed(Request request)
 o handle_logical_request
 public abstract void handle_logical_request(Logical_Request request)
 o handle_logical_and_request
 public abstract void handle_logical_and_request(Logical_And_Request request)
 o handle_logical_or_request
 public abstract void handle_logical_or_request(Logical_Or_Request request)
 o handle_logical_not_request
 public abstract void handle_logical_not_request(Logical_Not_Request request)
 o handle_simple_request
 public abstract void handle_simple_request(Simple_Request request)

All Packages  Class Hierarchy  This Package  Previous  Next  Index