public interface IEldermanOffice
| Modifier and Type | Method and Description |
|---|---|
List<IEldermanTask> |
getTasks()
Retrieve the list of available tasks.
|
com.google.common.base.Optional<ICityViolation> |
getViolation()
Get the current violation.
|
void |
update()
Monthly check if there should be new tasks or violations added.
|
List<IEldermanTask> getTasks()
com.google.common.base.Optional<ICityViolation> getViolation()
void update()
Copyright © 2011-2015 Sahits GmbH. All Rights Reserved.