Package ch.weetech.mockito.inject
Class ArticleDatabase
- java.lang.Object
-
- ch.weetech.mockito.inject.ArticleDatabase
-
public class ArticleDatabase extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ArticleDatabase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddListener(ArticleListener articleListener)voidsetUser(User user)
-
-
-
Method Detail
-
addListener
public void addListener(ArticleListener articleListener)
-
setUser
public void setUser(User user)
-
-