axis_examplecompt_changesinfo-opsversion-2.00version-3.01version-3.02
Last change
on this file since 0b4e272 was
8780cbec,
checked in by Jay Jacobs <Jay.Jacobs@…>, 15 years ago
|
ABAC sources from Cobham
|
-
Property mode set to
100644
|
File size:
387 bytes
|
Line | |
---|
1 | package com.nailabs.abac.process; |
---|
2 | |
---|
3 | import com.nailabs.abac.trust.*; |
---|
4 | |
---|
5 | /** |
---|
6 | * An interface implemented by any class which needs to propagate |
---|
7 | * satisfaction state within the context of a trust target graph. |
---|
8 | */ |
---|
9 | public interface SatisfactionListener { |
---|
10 | /** The method for propagating satisfaction state. */ |
---|
11 | public TTGNodeSet receive(TrustTarget target, SatisfactionState state); |
---|
12 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.