public final class LinkResourceEvent extends AbstractEvent<LinkResourceEvent.Type,Collection<LinkResourceAllocations>>
| Modifier and Type | Class and Description |
|---|---|
static class |
LinkResourceEvent.Type
Type of resource this event is for.
|
| Constructor and Description |
|---|
LinkResourceEvent(LinkResourceEvent.Type type,
Collection<LinkResourceAllocations> linkResourceAllocations)
Constructs a link resource event.
|
public LinkResourceEvent(LinkResourceEvent.Type type, Collection<LinkResourceAllocations> linkResourceAllocations)
type - type of resource event to createlinkResourceAllocations - allocations that are now availableCopyright © 2015. All rights reserved.