com.ibm.eNetwork.beans.HOD.event
Interface MacroExtractCoordListener
- All Superinterfaces:
- java.util.EventListener
- public interface MacroExtractCoordListener
- extends java.util.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
macroExtractCoordEvent
public void macroExtractCoordEvent(MacroExtractCoordEvent e)
- Called so that the listener may dynamically modify the coordinates of an
extract during Macro run time.