source: fedd/abac-src/ttg/process/SatisfactionListener.java @ 181cf9c

axis_examplecompt_changesinfo-opsversion-2.00version-3.01version-3.02
Last change on this file since 181cf9c 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 
1package com.nailabs.abac.process;
2
3import 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 */
9public 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.