Search this API

y.module
Interface ModuleListener

All Superinterfaces:
java.util.EventListener

public interface ModuleListener
extends java.util.EventListener

EventListener interface used by YModule to notify interested instances about the progress of the module's execution.

See Also:
ModuleEvent, YModule.addModuleListener(ModuleListener), YModule.removeModuleListener(ModuleListener)
 
Your browser does not support SVG content.

Method Summary
 void moduleEventHappened(ModuleEvent moduleEvent)
          Single callback method used to deliver the event.
 

Method Detail

moduleEventHappened

void moduleEventHappened(ModuleEvent moduleEvent)
Single callback method used to deliver the event.


© Copyright 2000-2022,
yWorks GmbH.
All rights reserved.