org.apache.pivot.wtk
Interface Application.AboutHandler

Enclosing interface:
Application

public static interface Application.AboutHandler

Optional interface that allows an application to present information about itself.


Method Summary
 void aboutRequested()
          Called to notify the application that it should present its "about" information.
 

Method Detail

aboutRequested

void aboutRequested()
Called to notify the application that it should present its "about" information.