| Package | Description |
|---|---|
| org.intellimate.izou.system.context | |
| org.intellimate.izou.system.file |
| Modifier and Type | Method and Description |
|---|---|
void |
Files.register(FileSubscriber fileSubscriber,
Identification identification)
Registers a
FileSubscriber so that whenever any file is reloaded, the fileSubscriber is notified. |
void |
Files.register(ReloadableFile reloadableFile,
FileSubscriber fileSubscriber,
Identification identification)
Registers a
FileSubscriber with a ReloadableFile. |
void |
Files.unregister(FileSubscriber fileSubscriber)
Unregisters all instances of fileSubscriber found.
|
| Modifier and Type | Method and Description |
|---|---|
IdentificationSet<FileSubscriber> |
FilePublisher.getFileSubscribersForReloadableFile(ReloadableFile reloadableFile)
Get all subscribers for a
reloadableFile |
| Modifier and Type | Method and Description |
|---|---|
void |
FilePublisher.register(FileSubscriber fileSubscriber,
Identification identification)
Registers a
FileSubscriber so that whenever any file is reloaded, the fileSubscriber is notified. |
void |
FilePublisher.register(ReloadableFile reloadableFile,
FileSubscriber fileSubscriber,
Identification identification)
Registers a
FileSubscriber with a ReloadableFile. |
void |
FilePublisher.unregister(FileSubscriber fileSubscriber)
Unregisters all instances of fileSubscriber found.
|
Copyright © 2016. All rights reserved.