org.egothor.dockyard
Interface EventEncoder


public interface EventEncoder

This interface is an event gateway.

Author:
galambos

Method Summary
 void notify(int key, int gid, int seqNum, char command, byte[] value)
          The event was seen.
 

Method Detail

notify

void notify(int key,
            int gid,
            int seqNum,
            char command,
            byte[] value)
The event was seen.