org.openpermis.editor.policy.gui.dock
Interface DockControlListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ContextView, PolicyView

public interface DockControlListener
extends EventListener

Listener for view changes on a dock control.

Since:
0.1.0

Method Summary
 void viewActivated(View view)
          Indicates that a view has been activated in a dock control.
 void viewClosed(View view)
          Indicates that a view has been closed in a dock control.
 void viewDeactivated(View view)
          Indicates that a view has been deactivated in a dock control.
 void viewOpened(View view)
          Indicates that a view has been opened in a dock control.
 

Method Detail

viewActivated

void viewActivated(View view)
Indicates that a view has been activated in a dock control.

Parameters:
view - the view that has been activated.
Since:
0.1.0

viewDeactivated

void viewDeactivated(View view)
Indicates that a view has been deactivated in a dock control.

Parameters:
view - the view that has been deactivated.
Since:
0.1.0

viewOpened

void viewOpened(View view)
Indicates that a view has been opened in a dock control.

Parameters:
view - the view that has been opened.
Since:
0.1.0

viewClosed

void viewClosed(View view)
Indicates that a view has been closed in a dock control.

Parameters:
view - the view that has been closed.
Since:
0.1.0


PERMIS Role Based Access Control 0.3.0 (Build 14)
2009/05/08 09:06:48
Copyright (c) 2002-2007 Ergon Informatik AG