Brunet.Security.SecurityAssociationTest.StateChange C# (CSharp) Method

StateChange() public method

public StateChange ( Object o, EventArgs ea ) : void
o Object
ea System.EventArgs
return void
    public void StateChange(Object o, EventArgs ea) {
      SecurityAssociation sa = o as SecurityAssociation;
      state = sa.State;
    }