org.activemath.events
Interface ActivemathEventPublisher

All Known Subinterfaces:
ActivemathEventMulticaster
All Known Implementing Classes:
AsyncMulticaster, EventManager, SimpleMulticaster

public interface ActivemathEventPublisher

Basic interface for an event publisher.


Method Summary
 void publishEvent(ActivemathEvent event)
          Publish an event.
 

Method Detail

publishEvent

void publishEvent(ActivemathEvent event)
Publish an event.