All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface de.unihh.informatik.tide.Area_Handler

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


Method Index

 o handle_ellipse_area(Ellipse_Area)
 o handle_polygon_area(Polygon_Area)
 o handle_rectangular_area(Rectangular_Area)
 o handling_failed(Area)

Methods

 o handling_failed
 public abstract void handling_failed(Area area)
 o handle_rectangular_area
 public abstract void handle_rectangular_area(Rectangular_Area area)
 o handle_polygon_area
 public abstract void handle_polygon_area(Polygon_Area area)
 o handle_ellipse_area
 public abstract void handle_ellipse_area(Ellipse_Area area)

All Packages  Class Hierarchy  This Package  Previous  Next  Index