uk.ac.man.cs.rainbow.simulator
Interface Channel.Listener

All Known Implementing Classes:
StateEngine.Listener, Channel.Adapter
Enclosing class:
Channel

public static interface Channel.Listener

Indicate that a class's objects might want to be told of events on channels.


Method Summary
 void acknowledge()
          Called when an acknowledgement on a channel happens.
 void request()
          Called when a request on a channel happens.
 

Method Detail

request

public void request()
Called when a request on a channel happens.

acknowledge

public void acknowledge()
Called when an acknowledgement on a channel happens.