Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] pointcut on termination of java program

Wes Isberg wrote:
You can register to be called on VM shutdown:

  Runtime.getRuntime().addShutdownHook(..)

Thanks, I didn't know that. It does perfectly what I want it to do ;)

Jan Van Besien



Back to the top