@Beta public final class ResourceEvent extends AbstractEvent<ResourceEvent.Type,Resource>
| Modifier and Type | Class and Description |
|---|---|
static class |
ResourceEvent.Type
Type of resource events.
|
| Constructor and Description |
|---|
ResourceEvent(ResourceEvent.Type type,
Resource subject)
Create a resource event.
|
public ResourceEvent(ResourceEvent.Type type, Resource subject)
type - type of resource eventsubject - subject of resource event