org.jext
Interface RegisterablePlugin


public interface RegisterablePlugin

An interface which defines the basical behavior of a Jext plugin.


Method Summary
 void register(JextFrame parent)
          Called by parent (instance of Jext) to register a frame.
 

Method Detail

register

public void register(JextFrame parent)
              throws java.lang.Throwable
Called by parent (instance of Jext) to register a frame.

Throws:
java.lang.Throwable


Copyright ? 2002 Romain Guy.