repo.or.cz
/
remote
/
remote-gui.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove TODO file
[remote/remote-gui.git]
/
src
/
motecontrol
/
client
/
SimpleMoteStatusListener.java
blob
ebe52316cdb19d72eafd1385bbe61d6141edeb05
1
package
diku
.
distlab
.
motecontrolclientlib
.
client
;
2
3
public interface
SimpleMoteStatusListener
{
4
5
public void
simpleMoteStatusChange
(
SimpleMote mote
);
6
}