Searched refs:changeType (Results 1 – 1 of 1) sorted by relevance
5543 private int changeType; // principal or policy change field in KdcGui.KeystrokeDetector5546 changeType = type; in KeystrokeDetector()5550 reactToKey(changeType); in keyTyped()5555 private void reactToKey(int changeType) { in reactToKey() argument5556 switch (changeType) { in reactToKey()