Snapshot using preliminary client/server model
This commit is contained in:
@@ -3,10 +3,8 @@ package com.github.boukefalos.lirc;
|
||||
import base.work.Listen;
|
||||
|
||||
public interface Lirc {
|
||||
public void start();
|
||||
public void register(Listen<Object> listen);
|
||||
public void add(Object object);
|
||||
|
||||
public void start();
|
||||
// Required for Client / ClientListen to forward from separate Thread
|
||||
public void input(Object object);
|
||||
public void register(Listen<Object> listen);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user