Details
-
Type:
New Feature
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: future
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
We need to make it possible for Blocks to export child objects to external systems. The way to do this would be to add following to BlockContext.
void export( String name, Object child, Class[] interfaces )
void unexport( String name )
Activity
Peter Donald
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Affects Version/s | 1.0 [ 10210 ] | |
| Project | JContainer [ 10131 ] | loom [ 10210 ] |
| Key | JCT-31 | LOOM-4 |
| Component/s | Loom [ 10172 ] |
peter royal
made changes -
| Environment | ||
| Fix Version/s | 1.1 [ 10470 ] | |
| Description |
We need to make it possible for Blocks to export child objects to external systems. The way to do this would be to add following to BlockContext. void export( String name, Object child, Class[] interfaces ) void unexport( String name ) |
We need to make it possible for Blocks to export child objects to external systems. The way to do this would be to add following to BlockContext. void export( String name, Object child, Class[] interfaces ) void unexport( String name ) |
peter royal
made changes -
| Fix Version/s | 1.1 [ 10470 ] | |
| Fix Version/s | future [ 10610 ] |