Package org.refcodes.mixin
Interface BusyAccessor
-
- All Known Subinterfaces:
BusyAccessor.BusyProperty
public interface BusyAccessorProvides an accessor for a busy property. Busy semantically means that a system doing things which should not be aborted, for example there are open sessions currently being used, open connections currently transferring data, requests currently waiting for replies and similar.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceBusyAccessor.BusyMutatorProvides a mutator for a busy property.static interfaceBusyAccessor.BusyPropertyProvides a busy property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisBusy()Retrieves the busy status from the busy property.
-