|
ref_send API 1.16 defensive programming in Java |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Log
A log interface.
| Method Summary | |
|---|---|
void |
comment(java.lang.String text)
Logs a comment. |
void |
got(Equatable message)
Logs receipt of a message. |
boolean |
isOn()
Will log events actually be output? |
void |
resolved(Equatable condition)
Logs resolution of a condition. |
void |
sentIf(Equatable message,
Equatable condition)
Logs a conditional message send. |
| Method Detail |
|---|
boolean isOn()
true if output is created, else falsevoid comment(java.lang.String text)
text - comment text
void sentIf(Equatable message,
Equatable condition)
message - message identifiercondition - condition identifiervoid resolved(Equatable condition)
condition - condition identifiervoid got(Equatable message)
message - message identifier
|
ref_send API 1.16 defensive programming in Java |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 1998-2007 Waterken Inc. under the terms of the MIT X license.