|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IEvent
This interface must be implemented by a event object. Events are fired and catched by the framework and can be handled by EventReceivers and EventSender.
| Method Summary | |
|---|---|
IEventCondition |
getConditions()
Gets the condition of the event. |
Object |
getData()
Gets the event data, e.g., a caller or a call |
int |
getType()
Gets the type of the event. |
void |
setConditions(IEventCondition cond)
Sets a condition for this event. |
void |
setData(Object obj)
Sets the data for this event, e.g., a caller or a call object. |
void |
setType(int type)
Sets the type of the event. |
| Method Detail |
|---|
int getType()
IEventCondition getConditions()
Object getData()
void setType(int type)
type - type of the eventvoid setConditions(IEventCondition cond)
cond - condition for this eventvoid setData(Object obj)
obj - data of the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||