interface ResourceBasedInterface (View source)

Base interface for any class which is based on a PersistentResource.

Methods

PersistentResource
getResource()

Returns the PersistentResource

void
refresh()

Refreshes this asset after the PersistentResource has been modified

Details

PersistentResource getResource()

Returns the PersistentResource

Return Value

PersistentResource

void refresh()

Refreshes this asset after the PersistentResource has been modified

Return Value

void