Blame view

src/th/co/ais/ssbsrfc/interfaces/AFSubState.java 384 Bytes
1048b156   Suraputt Suntimitr   Template
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package th.co.ais.ssbsrfc.interfaces;

import java.util.ArrayList;

import ec02.af.abstracts.AbstractAF;
import ec02.af.data.EquinoxRawData;
import ec02.af.interfaces.IAFState;

public class AFSubState implements IAFState {

	@Override
	public String doAction(AbstractAF arg0, Object arg1,
			ArrayList<EquinoxRawData> arg2) {
		// TODO Auto-generated method stub
		return null;
	}
}