| java.lang.Object java.util.EventObject threaddemo.util.TwoWayEvent
TwoWayEvent | abstract public class TwoWayEvent extends EventObject (Code) | | Event indicating something happened to a two-way support.
Always indicates a state change, not just a return to the same state.
author: Jesse Glick See Also: TwoWaySupport |
Inner Class :final public static class Derived extends TwoWayEvent | |
Inner Class :final public static class Invalidated extends TwoWayEvent | |
Inner Class :final public static class Recreated extends TwoWayEvent | |
Inner Class :final public static class Clobbered extends TwoWayEvent | |
Inner Class :final public static class Forgotten extends TwoWayEvent | |
Inner Class :final public static class Broken extends TwoWayEvent | |
getTwoWaySupport | public TwoWaySupport<DM, UMD, DMD> getTwoWaySupport()(Code) | | Get the associated two-way support.
the support |
|
|