Public Member Functions | |
Date | getSchedule () |
boolean | isSent () |
AssistantSet | getAssistants () |
void | send (IConstructor constructor) |
void | send (IConstructor constructor, Collection< IContact > contacts) |
Definition at line 30 of file IElephantSendable.java.
AssistantSet org.turro.action.IElephantSendable.getAssistants | ( | ) |
Implemented in org.turro.sendable.AbstractSendable< T >.
Date org.turro.action.IElephantSendable.getSchedule | ( | ) |
Implemented in org.turro.sendable.AbstractSendable< T >.
boolean org.turro.action.IElephantSendable.isSent | ( | ) |
Implemented in org.turro.sendable.AbstractSendable< T >.
void org.turro.action.IElephantSendable.send | ( | IConstructor | constructor | ) |
Implemented in org.turro.sendable.AbstractSendable< T >.
void org.turro.action.IElephantSendable.send | ( | IConstructor | constructor, |
Collection< IContact > | contacts | ||
) |
Implemented in org.turro.sendable.AbstractSendable< T >.