Package | Description |
---|---|
com.viaoa.hub |
Contains the observable OA collection class, and support classes.
|
Modifier and Type | Method and Description |
---|---|
protected static <T> HubDelegate.HubCurrentStateEnum |
HubDelegate._getCurrentState(Hub<T> thisHub,
Hub<T> hubNew,
ArrayList<T> alNew,
Set<Hub> hmHub) |
static <T> HubDelegate.HubCurrentStateEnum |
HubDelegate.getCurrentState(Hub<T> thisHub,
Hub<T> hubNew,
ArrayList<T> alNew)
Check to see if a Hub is correctly linked, or if it is in mid-flight of being changed.
|
static HubDelegate.HubCurrentStateEnum |
HubDelegate.HubCurrentStateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HubDelegate.HubCurrentStateEnum[] |
HubDelegate.HubCurrentStateEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 1999–2025 ViaOA. All rights reserved.