public interface ObservableEventListener
Modifier and Type | Method and Description |
---|---|
void |
getSpecCompleted(TupleCentreId tid,
IId id,
java.lang.String spec) |
void |
getSpecRequested(TupleCentreId tid,
IId id) |
void |
inCompleted(TupleCentreId tid,
IId id,
Tuple t) |
void |
inpCompleted(TupleCentreId tid,
IId id,
Tuple t) |
void |
inpRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
void |
inRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
void |
outRequested(TupleCentreId tid,
IId id,
Tuple t) |
void |
rdCompleted(TupleCentreId tid,
IId id,
Tuple t) |
void |
rdpCompleted(TupleCentreId tid,
IId id,
Tuple t) |
void |
rdpRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
void |
rdRequested(TupleCentreId tid,
IId id,
TupleTemplate t) |
void |
setSpecCompleted(TupleCentreId tid,
IId id) |
void |
setSpecRequested(TupleCentreId tid,
IId id,
java.lang.String spec) |
void getSpecCompleted(TupleCentreId tid, IId id, java.lang.String spec)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaionspec
- the ReSpecT specification argument of the observed operationvoid getSpecRequested(TupleCentreId tid, IId id)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaionvoid inCompleted(TupleCentreId tid, IId id, Tuple t)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaiont
- the tuple argument of the observed operationvoid inpCompleted(TupleCentreId tid, IId id, Tuple t)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaiont
- the tuple argument of the observed operationvoid inpRequested(TupleCentreId tid, IId id, TupleTemplate t)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaiont
- the tuple argument of the observed operationvoid inRequested(TupleCentreId tid, IId id, TupleTemplate t)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaiont
- the tuple argument of the observed operationvoid outRequested(TupleCentreId tid, IId id, Tuple t)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaiont
- the tuple argument of the observed operationvoid rdCompleted(TupleCentreId tid, IId id, Tuple t)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaiont
- the tuple argument of the observed operationvoid rdpCompleted(TupleCentreId tid, IId id, Tuple t)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaiont
- the tuple argument of the observed operationvoid rdpRequested(TupleCentreId tid, IId id, TupleTemplate t)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaiont
- the tuple argument of the observed operationvoid rdRequested(TupleCentreId tid, IId id, TupleTemplate t)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaiont
- the tuple argument of the observed operationvoid setSpecCompleted(TupleCentreId tid, IId id)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaionvoid setSpecRequested(TupleCentreId tid, IId id, java.lang.String spec)
tid
- the identifier of the tuple centre under observationid
- the identifier of the requestor of the observed operaionspec
- the ReSpecT specification argument of the observed operation