com.anabas.sharedlet
Interface CapabilityListener
- public interface CapabilityListener
- extends java.util.EventListener
Listener to changes in the capabilities manager
getSharedletMIME
public java.lang.String getSharedletMIME()
- Returns:
- The sharedlet MIME type the capability change belongs to.
capabilityChanged
public void capabilityChanged(java.lang.String capability,
boolean enabled)
- Parameters:
capability
- The capability name that has changed.enabled
- Whether the capability is now enabled or disabled.
modeChanged
public void modeChanged(short newMode)
- Invoked when the capability manager has changed modes.
- Parameters:
newMode
- The new mode of the capability manager.