All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface bridge.BridgeListener

public interface BridgeListener
extends EventListener
The listener interface for receiving shape events on a component


Method Index

 o createShape(ShapeEvent)
Envoked when a new shape is received from a pic compiler
 o showError(ErrorEvent)
Envoked when pic compiler reports about error

Methods

 o createShape
 public abstract void createShape(ShapeEvent event)
Envoked when a new shape is received from a pic compiler

 o showError
 public abstract void showError(ErrorEvent event)
Envoked when pic compiler reports about error


All Packages  Class Hierarchy  This Package  Previous  Next  Index