org.rococoa.cocoa.foundation
Class NSAutoreleasePool

java.lang.Object
  extended by org.rococoa.cocoa.foundation.NSAutoreleasePool
All Implemented Interfaces:
NSObject

public abstract class NSAutoreleasePool
extends java.lang.Object
implements NSObject


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.rococoa.NSObject
NSObject._Class
 
Field Summary
 
Fields inherited from interface org.rococoa.NSObject
CLASS
 
Constructor Summary
NSAutoreleasePool()
           
 
Method Summary
abstract  void addObject(NSObject object)
           
abstract  void drain()
           
static NSAutoreleasePool new_()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.rococoa.NSObject
description, id, isKindOfClass, isKindOfClass, release, retain, retainCount
 

Constructor Detail

NSAutoreleasePool

public NSAutoreleasePool()
Method Detail

new_

public static NSAutoreleasePool new_()

addObject

public abstract void addObject(NSObject object)

drain

public abstract void drain()


Copyright © 2009. All Rights Reserved.