/*Slanje poruka za Agente */

package Project5;

import COM.meitca.concordia.event.*;

public class PorukaZaFA
    extends EventType {

    public PorukaZaFA() {
        super();
    }
    public PorukaZaFA(String description) {
        super(description);
    }

}
