|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InterfaceHandlesFeedbackWithTime
This interface is implemented by classes that handle feedback with a time stamp within CLARION. It extends the InterfaceHandlesFeedback interface.
Usage:
Any class that implements this interface will be delivered feedback by CLARION when feedback is received. In addition, the current time stamp will be provided to the class for internal purposes not directly related to the handling of feedback. Most often, the time stamp is used to record the exact time when a match occurred.
Known classes implementing this interface:
Method Summary | |
---|---|
boolean |
checkMatchCriterion(long TimeStamp)
Checks to see if a match criterion has been obtained. |
Methods inherited from interface clarion.system.InterfaceHandlesFeedback |
---|
checkMatchCriterion, getFeedback, setFeedback |
Method Detail |
---|
boolean checkMatchCriterion(long TimeStamp)
The time stamp is not necessarily used for criterion matching, but instead to provide a time stamp for remember the exact time that the criterion was matched.
TimeStamp
- The current time stamp.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |