]> Pileus Git - ~andy/spades/commit
Add Spades class and tie things together
authorAndy Spencer <andy753421@gmail.com>
Mon, 22 Apr 2013 02:10:24 +0000 (02:10 +0000)
committerAndy Spencer <andy753421@gmail.com>
Mon, 22 Apr 2013 02:10:24 +0000 (02:10 +0000)
commit81697889e9eb195779cf2f0126b05dcfa7b8672a
tree3ff625a8dc12e1abaaa14faea37045000adc16c4
parentc6a8817a4777c002e9966519294a61da209052d1
Add Spades class and tie things together

Spades gets messages from the Main Activity and will checks the various
rhawk IRC messages formats and the command the Cards view to display the
appropriate information.

It will also get commands from the Cards view, checks them for validity,
and then format them as IRC messages to send to the Task/Client.
src/org/pileus/spades/Cards.java
src/org/pileus/spades/Main.java
src/org/pileus/spades/Spades.java [new file with mode: 0644]