alice.tuplemedium
Interface VMListener

All Known Implementing Classes:
UserLocal

public interface VMListener

Defines the services that must be provided by any object which must receive commounication output events produced by a tuple centre

See Also:
Event, TupleCentreVM, TupleCentreVMImpl

Method Summary
 void notify(Event ev)
          This service is invoked (by a tuple centre virtual machine able to dispatch output events) when a new output communication is produced
 

Method Detail

notify

public void notify(Event ev)
This service is invoked (by a tuple centre virtual machine able to dispatch output events) when a new output communication is produced