|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface EventInterface
Encapsulates an event which informs listeners about significant events in the
operation of the PEngine. The type of event is identified by its ID, which can
be queried by calling getID().
| Nested Class Summary | |
|---|---|
static class |
EventInterface.ID
Unique identifier which describes the type of PEngineEvent. |
| Method Summary | |
|---|---|
Activity |
getActivity()
Get activity information held by the event. |
EventInterface.ID |
getID()
Get the event's type identifier. |
Milestone |
getMilestone()
Get milestone information held by the event. |
Project |
getProject()
Get project information held by the event. |
Resource |
getResource()
Query resource information held by the event. |
Schedule |
getSchedule()
Get schedule information held by the event. |
java.util.Date |
getTime()
Get the date and time of event's creation. |
WBSComponent |
getWBSComponent()
Get WBS component information held by the event. |
| Method Detail |
|---|
Activity getActivity()
EventInterface.ID getID()
Milestone getMilestone()
Project getProject()
Resource getResource()
Schedule getSchedule()
java.util.Date getTime()
WBSComponent getWBSComponent()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||