@AccessLevel(value=EXTERNAL)
@Implementable
public static interface ConcernRoleDAO.ConcernRoleGetConcreteReaderDAOsEvent
Modifier and Type | Method and Description |
---|---|
void |
addConcreteReaderDAO(ConcernRoleDAO concernRoleDAO)
Event interface invoked in the main body of the get method.
|
void addConcreteReaderDAO(ConcernRoleDAO concernRoleDAO)
concernRoleDAO
- The object instance as it was before the main body of the get
method.