Exemplo n.º 1
0
 /// <summary>
 /// Adds the specified hierarchy bounds listener to receive hierarchy
 /// bounds events from this component when the hierarchy to which this
 /// container belongs changes.
 /// </summary>
 public void addHierarchyBoundsListener(HierarchyBoundsListener @l)
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Removes the specified hierarchy bounds listener so that it no longer
 /// receives hierarchy bounds events from this component.
 /// </summary>
 public void removeHierarchyBoundsListener(HierarchyBoundsListener @l)
 {
 }
Exemplo n.º 3
0
 /// <summary>
 /// Removes the old hierarchy-bounds-listener from
 /// hierarchy-bounds-listener-l and returns the resulting multicast
 /// listener. </summary>
 /// <param name="l"> hierarchy-bounds-listener-l </param>
 /// <param name="oldl"> the hierarchy-bounds-listener being removed
 /// @since 1.3 </param>
 public static HierarchyBoundsListener Remove(HierarchyBoundsListener l, HierarchyBoundsListener oldl)
 {
     return((HierarchyBoundsListener)RemoveInternal(l, oldl));
 }
Exemplo n.º 4
0
 /// <summary>
 /// Adds hierarchy-bounds-listener-a with hierarchy-bounds-listener-b and
 /// returns the resulting multicast listener. </summary>
 /// <param name="a"> hierarchy-bounds-listener-a </param>
 /// <param name="b"> hierarchy-bounds-listener-b
 /// @since 1.3 </param>
 public static HierarchyBoundsListener Add(HierarchyBoundsListener a, HierarchyBoundsListener b)
 {
     return((HierarchyBoundsListener)AddInternal(a, b));
 }
Exemplo n.º 5
0
 /// <summary>
 /// Adds the specified hierarchy bounds listener to receive hierarchy
 /// bounds events from this component when the hierarchy to which this
 /// container belongs changes.
 /// </summary>
 public void addHierarchyBoundsListener(HierarchyBoundsListener @l)
 {
 }
Exemplo n.º 6
0
 /// <summary>
 /// Removes the specified hierarchy bounds listener so that it no longer
 /// receives hierarchy bounds events from this component.
 /// </summary>
 public void removeHierarchyBoundsListener(HierarchyBoundsListener @l)
 {
 }