fall back to unhandled() in onReceive() in docs
This commit is contained in:
parent
4e3e2633a4
commit
d181a35fa7
11 changed files with 30 additions and 0 deletions
|
|
@ -69,6 +69,8 @@ public class SchedulerDocTestBase {
|
|||
public void onReceive(Object message) {
|
||||
if (message.equals("Tick")) {
|
||||
// Do someting
|
||||
} else {
|
||||
unhandled(message);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue