|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
S - type of changed object.T - type that describes that changepublic interface IEvent<S,T>
An event in the system is described using the parameterized interface. The first event parameter indicates the system object, under which the action produced some change in the system has been provided. The second event parameter is its type that describes that change
| Method Summary | |
|---|---|
S |
getSource()
Changed object |
T |
getType()
Type of the change |
| Method Detail |
|---|
S getSource()
T getType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||