Example #1
0
 protected boolean isKnown() {
   return handler.isKnown(this);
 }
Example #2
0
 public boolean isKnown() {
   return handler.isKnown(this);
 }