All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.eNetwork.beans.HOD.event.MacroExtractCoordListener

public interface MacroExtractCoordListener
extends EventListener
MacroExtractCoordListener is an interface that contains the callback method that allows a listener to modify the extracting rectangle coordinates for an extract action during play time. An event is fired to any listeners every time an extract action is encountered.

See Also:
Macro, MacroExtractCoordEvent

Method Index

 o macroExtractCoordEvent(MacroExtractCoordEvent)
Called so that the listener may dynamically modify the coordinates of an extract during Macro run time.

Methods

 o macroExtractCoordEvent
 public abstract void macroExtractCoordEvent(MacroExtractCoordEvent e)
Called so that the listener may dynamically modify the coordinates of an extract during Macro run time.


All Packages  Class Hierarchy  This Package  Previous  Next  Index