Tuesday, October 1, 2013

A Receiver Interface -> World War II memorial: Vets storm memorial, pols help

Bicha Muda deve ter ficado famosa lah...
Na teoria do audio....


/** An interface that define 3 constraints but just 2 are shown. ** since the implementer class can "hold staticly" the values ** of the P parameter. **/ package org.nanotek.mq;

public interface Receiver<T, K, P> {

        public void processMessage(T messageType, K bodyMessage);

}