~ubuntu-branches/ubuntu/utopic/libisrt-java/utopic

« back to all changes in this revision

Viewing changes to src/de/intarsys/tools/functor/IFunctorCallFactory.java

  • Committer: Package Import Robot
  • Author(s): Torsten Werner
  • Date: 2011-08-31 17:16:54 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: package-import@ubuntu.com-20110831171654-i306ydrg00gribvc
Tags: 4.8.20100629-1
* Team upload
* New upstream release
* Improve downloading / creating the orig tarball. Remove javadoc files.
* Switch to javahelper.
* Drop versioned package libisrt-4.7-java.
* Switch to debhelper level 7.
* Update Standards-Version: 3.9.1.
* Switch to source format 3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        /**
41
41
         * Create a new {@link IFunctorCall}.
42
42
         * 
43
 
         * @return THe new {@link IFunctorCall}
 
43
         * @param functor
 
44
         * @param receiver
 
45
         * @param args
 
46
         * 
 
47
         * @return The new {@link IFunctorCall}
44
48
         * @throws ObjectCreationException
45
49
         */
46
 
        public IFunctorCall createFunctorCall() throws ObjectCreationException;
 
50
        public IFunctorCall createFunctorCall(IFunctor functor, Object receiver,
 
51
                        IArgs args) throws ObjectCreationException;
47
52
}
 
 
b'\\ No newline at end of file'