public interface Participatable
Known Indirect Subclasses |
Interface defining methods for an object which can have participants.
Public Method Summary
abstract ArrayList<Participant> |
getParticipants()
Retrieve the
Participant s
for this object.
|
Public Methods
public abstract ArrayList<Participant> getParticipants ()
Retrieve the Participant
s
for this object. This is a list of all Participants applicable to the given object.
Returns
- A list of
Participant
s for this object.