|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SchemaEvent | |
net.sf.jso.engine | |
net.sf.jso.remote | |
net.sf.jso.schema |
Uses of SchemaEvent in net.sf.jso.engine |
Methods in net.sf.jso.engine with parameters of type SchemaEvent | |
void |
JSOStorageManager.classAltered(SchemaEvent event)
Called when a class in the schema is altered. |
void |
JSOStorageManager.classDropped(SchemaEvent event)
Called when a class in the schema is dropped. |
void |
JSOStorageManager.subclassCreated(SchemaEvent event)
Called when a class in the schema is created and is subclass of another class. |
void |
JSOStorageManager.subclassDropped(SchemaEvent event)
Called when a class in the schema is dropped and is subclass of another class. |
Uses of SchemaEvent in net.sf.jso.remote |
Methods in net.sf.jso.remote with parameters of type SchemaEvent | |
void |
StorageManagerProxy.classAltered(SchemaEvent event)
|
void |
StorageManagerProxy.classDropped(SchemaEvent event)
|
void |
StorageManagerProxy.subclassCreated(SchemaEvent event)
|
void |
StorageManagerProxy.subclassDropped(SchemaEvent event)
|
void |
RemoteStorageManager.classAltered(SchemaEvent event)
|
void |
RemoteStorageManager.classDropped(SchemaEvent event)
|
void |
RemoteStorageManager.subclassCreated(SchemaEvent event)
|
void |
RemoteStorageManager.subclassDropped(SchemaEvent event)
|
Uses of SchemaEvent in net.sf.jso.schema |
Methods in net.sf.jso.schema with parameters of type SchemaEvent | |
void |
SchemaListener.classAltered(SchemaEvent event)
Called when a class in the schema is altered. |
void |
SchemaListener.classDropped(SchemaEvent event)
Called when a class in the schema is dropped. |
void |
SchemaListener.subclassCreated(SchemaEvent event)
Called when a class in the schema is created and is subclass of another class. |
void |
SchemaListener.subclassDropped(SchemaEvent event)
Called when a class in the schema is dropped and is subclass of another class. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |