rename *Tick classes to *TickEvent

This commit is contained in:
2018-05-26 22:50:05 -07:00
parent 89dd9575d0
commit 583d319ef3
8 changed files with 176 additions and 79 deletions

View File

@ -1,3 +1,3 @@
public interface TickProcessor {
public void process(Tick tick);
public void process(TickEvent tick);
}