org.activemath.events
Interface ActivemathEventMulticaster

All Superinterfaces:
ActivemathEventListener, ActivemathEventPublisher, EventListener
All Known Implementing Classes:
AsyncMulticaster, SimpleMulticaster

public interface ActivemathEventMulticaster
extends ActivemathEventListener, ActivemathEventPublisher

Subinterface of ActivemathEventListener to be implemented by listeners that can broadcast events to other listeners.

This interface does not provide additional methods, it merely combines listener and publisher into one.


Method Summary
 void stop()
          signal thread to stop
 
Methods inherited from interface org.activemath.events.ActivemathEventListener
onActivemathEvent
 
Methods inherited from interface org.activemath.events.ActivemathEventPublisher
publishEvent
 

Method Detail

stop

void stop()
signal thread to stop